@margarett Follow these steps to install Arduino ide in Ubuntu:
1
|
tar -xf arduino-*.tar.xz |
1
|
/opt': 'sudo mv arduino-* /opt/arduino-*
|
1
|
sudo chown -R root:root /opt/arduino-* |
1
|
sudo ln -s /opt/arduino-x.x.x/arduino /usr/bin/arduino |
1 2 3 4 5 6 7 8 9 |
[Desktop Entry] Name=Arduino IDE Comment=Arduino Development Environment Exec=/opt/arduino-x.x.x/arduino %U Icon=/opt/arduino-x.x.x/lib/arduino.png Type=Application Encoding=UTF-8 Terminal=false Categories=Development; |
1
|
sudo chown root:root /usr/share/applications/arduino.desktop |
1
|
sudo chmod +x /usr/share/applications/arduino.desktop |
@margarett
Once you have completed these steps, you should be able to find and launch the Arduino IDE from your applications menu.