I am using ubuntu 14.04 I tried to install Arduino IDE the last version 1.8.0 because when I installed it by terminal it was 2009 1.0.5 version
- I download the last version
- Extract the file arduino-1.8.0-linux64.tar.xz
- Moved the result folder to /opt/ directory for global use
sudo mv arduino-1.8.0 /opt
cd /opt/arduino-1.8.0/
chmod +x install.sh
./install.sh
It created a desktop icon but when i try to start it.
it is just show this screen for seconds and do nothing :
Update:
sudo apt-get install arduino arduino-core
. – Jan 09 '17 at 16:49