Arduino IDE let’s you code and load your code into Arduino board.
To install Arduino IDE in any Linux distro,
- Go to your Downloads folder
- Unarchive the downloaded Arduino IDE installation file with $ tar xvf arduino-<version-number>.tar.xz
- Go to unarchived folder named arduino<version-number>
- Run $ sudo ./install.sh
- To get your Arduino running run $ arduino
- Arduino IDE will also be available from application menu.