[vc_row][vc_column width=”1/1″][vc_column_text]
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
We find the software pcduino-arduino-ide which is we need.
$ sudo apt-get remove pcduino-arduino-ide
Now delete the old IDE
Then let restall Arduino IDE
$ sudo apt-get install pcduino-arduino-ide
After download and install the Arduino IDE for pcDuino was reinstalled successfully.
[/vc_column_text][/vc_column][/vc_row]
Leave a Reply
You must be logged in to post a comment.