• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
HomepcDuinoLinux ApplicationsReinstall Arduino IDE for pcDuino on pcDuino
Previous Next

Reinstall Arduino IDE for pcDuino on pcDuino

Posted by: Alvin Jin , March 9, 2014

[vc_row][vc_column width=”1/1″][vc_column_text]

QQ截图20140307165917

After many users get pcDuino, may be due to improper operation, or mistakenly deleted some files, after a period of time find unable to use the IDE and do not know how to reload pcDuino IDE. We will introduce about how to reinstall  Arduino IDE for pcDuino.

You can use the below command to remove or install software.

sudo apt-get remove xxx(Software name)

or

sudo apt-get install xxx(Software name)

At first we need to know the software name. So the first step is to find the name of Arduino IDE for pcDuino.

Let use keyword arduino for search.

Input the command in the terminal

$ sudo apt-cache Search arduino|grep arduino

pcduino_Arduino_ide_02

We find the software pcduino-arduino-ide which is we need.

$ sudo apt-get remove pcduino-arduino-ide

Now delete the old IDE

pcduino_Arduino_ide_03Input Y and Enter.

Then let restall Arduino IDE

$ sudo apt-get install pcduino-arduino-ide

pcDuino_Arduino_ide_04

After download and install the Arduino IDE for pcDuino was reinstalled successfully.

[/vc_column_text][/vc_column][/vc_row]

Tags: Linux Applications, pcDuino

Share!
Tweet

Alvin Jin

About the author

Leave a Reply Cancel reply

You must be logged in to post a comment.

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors