Installing Arduino IDE on Ubuntu 20.04
The following guide describes how to install Arduino in Ubuntu very easily.
Everything will be done with a few commands issued in the console.
We launch the terminal and download the package from Andruino
1 | wget https://www.arduino.cc/download_handler.php?f=/arduino-1.8.13-linux64.tar.xz |
A link to the latest available version can be found here:
https://www.arduino.cc/en/Main/Software
The next step is unpacking :
1 | sudo tar -Jxvf arduino-*.tar.xz -C /opt/ |
For my version:
1 | sudo tar -Jxvf arduino-1.8.13-linux64.tar.xz -C /opt/ |
The last step is to run the installation script
1 | sudo /opt/arduino-*/install.sh |
In my case:
1 | sudo /opt/arduino-1.8.13/install.sh |
That's it The program is available from the menu of our applications.
version .13 ! putmacron…..putmacron