OPERATING SYSTEMSOS Linux

Install Arduino IDE on Ubuntu 16.04 from terminal

In this video i will show you how to install arduino IDE on Ubuntu 16.04 :

Step :
1) download arduino from this page
https://www.arduino.cc/en/Main/Software
– choose linux.
2) extract
3) open terminal, cd ~/Downloads/your_arduino
4) sudo ./install.sh

it will installing the arduino IDE.

if you get an error like this :
“xdg mime: file ‘lin/cc.arduino.arduinoide.xml’ does not exist”

open install.sh, replace
RESOURCE_NAME=cc.arduino.arduinoide
to
RESOURCE_NAME=arduino-arduinoide

then save.

5) try to install again.
sudo ./install.sh

===
bingo!

source

ubuntu download

Leave a Reply

Your email address will not be published. Required fields are marked *