Arduino is a popular, open-source physical computing platform used to develop stand-alone interactive objects that interact and controls small electronic boards using sensors. If you’re a developer who designs and manufactures single-board microcontrollers and looking for a platform to build and manage your applications, Arduino IDE should be a great place to start… It is built from the ground up for IDE developers to get stuff done! Arduino runs on Windows, Mac OS X, and Linux, including Ubuntu. Before you can start programming your micro-controllers, you’re going to need an IDE program, and Arduino (IDE) is a good one! For more about Arduino, check out its homepage. When you’re ready to install and use Arduino, follow the steps below: There are multiple ways to get Arduino installed on Ubuntu. You can use its office DEB packages as well as install it via Ubuntu Snaps.

Installing Arduino IDE via DEB Package

Arduino packages are not available via Ubuntu default repositories. If you need to install it, you must download it.DEB package from its download page. https://www.arduino.cc/en/Main/Software It can be installed on both 32-bit or 64-bit versions of Ubuntu. Alternatively, you can use the following wget command to download the Arduino Software (IDE) package directly on the terminal. At the time of this writing, the current latest version is 1.8.12. Next, extract the downloaded archive file using the tar command as shown below. Now move into the extracted arduino-1.8.12 directory and run the installation script as root. Once the installation is done, a desktop icon will be created on your desktop. The first time you launch it, it will prompt you to trust it with a message as shown below: Click the Trust and Launch button to open the app. That’s how to install Arduino on Ubuntu via its.DEB package.

Install Arduino IDE via Snap

If you rather install Arduino IDE via Snap, then use the commands below. Snaps are containerized software packages that are simple to create and install… It’s a new way to manage packages on Linux systems and is supported by the top Linux distributions… It’s probably the easiest way to install and manage packages on Linux systems, including Ubuntu… Run the commands below to install Snap packages and install Arduino IDE. To upload code to an Arduino board over USB, you need to add your user to the bailout group and connect the snap to the raw-usb socket. Open a terminal window, run the following commands and reboot your computer. Now restart your computer and you’re good to go! That’s it! Conclusion: This post showed you how to install Arduino IDE software on Ubuntu 18.04 | 16.04 systems. If you find any errors above, please use the comment form below to report. Thanks! You may also like the post below: