Skip to content

Arduino IDE

Arduino IDE is an integrated development environment for Windows, MacOS and Linux, developed using Electron technology, designed for creating and loading programs in C and C++ for Arduino-compatible boards, as well as for boards from other manufacturers.

Arduino IDE

Installation from repository

Arduino IDE can be installed in any familiar and convenient way:

Install via GNOME Software

In three clicks 😊

Follow the link install Arduino IDE and confirm the “open application” operation in the browser. The Application Center will open, select the source "Sisyphus" in it, and click the "download" button

Installation via terminal

shell
su -
apt-get update
apt-get install arduino
shell
epm -i arduino

Installation using Flatpak

If you have the Flatpak package, you can install Arduino IDE with one command:

shell
flatpak install flathub cc.arduino.arduinoide

Or using the GNOME Software 🤔

Follow the link to install Arduino IDE, then confirm the "open application" operation in the browser. After this, the Application Center will open, select the source "Flathub" in it and click the "download" button

Configuring correct operation with the board via USB

shell
su -
usermod -aG dialout,tty,uucp $USER

Arduino IDE Editions

Arduino IDE v2 - The second version of the Arduino IDE provides an updated interface that makes it easier to work with multiple files. The built-in tab system makes it easy to switch between files and promote more organized development. A new feature in Arduino IDE v2 is built-in debugging.

Arduino IDE

Published under the GPL-3.0+ license. The content is available under the CC BY-SA 4.0 license, unless otherwise specified.