How to install Arduino IDE on Debian 10
Arduino IDE (Integrated Development Environment) is open source software used to interact with Arduino control boards. Using it, you can connect and communicate with the Arduino hardware.
The Arduino IDE contains an editor used to write, compile, and upload code in Arduino hardware. You can install and run Arduino IDE on all major operating systems such as Windows, Linux and macOS.
In this article, TipsMake.com will show you two methods to install Arduino IDE software on Debian 10.
Method 1: Install the latest version of the Arduino IDE
The Arduino IDE is available for download from the official website and can also be installed using the installation script provided during the setup process. Follow the steps below to do so:
Step 1: Download the Arduino IDE
To install the latest version of the Arduino software, just visit the official Arduino download page. Then download the settings that correspond to your system version.
Step 2: Extract the package
Now, navigate to the Downloads folder and extract the downloaded file as follows:
$ cd Downloads/
$ tar –xf arduino-1.8.10-linux64.tar.xz
Then navigate to the extracted directory with the cd command:
$ cd Arduino-1.8.10/
Finally, run the installation script with the following command:
$ ./install.sh
Method 2: Install Arduino IDE from the Debian package archive
The Arduino IDE is also available in the package repository of the Debian operating system 10. Therefore, in this method, the article will show you how to install it using the APT package manager.
Step 1: Update the package database
In this step, we will update the package database. Open Terminal in the Debian operating system by going to the Activities tab in the top left corner of the desktop. Then in the search bar, type terminal. When the Terminal icon appears, click it to launch the application. Then run the following command in Terminal:
$ sudo apt update

Step 2: Install Arduino IDE
Next, in this step, we will install the Arduino IDE by running the following command in Terminal:
$ sudo apt install Arduino
You will be given the Y / N option , press y
to continue.

Now, wait for a while until the installation of Arduino IDE is complete.
Launch Arduino IDE
To launch the Arduino IDE application on the system, press the Super Key and in the search bar that appears, enter Arduino. When the Arduino IDE icon appears, click it to launch the software.

You will see the following default interface of Arduino IDE.

You should read it
- How to install the Arduino IDE on CentOS 8
- What is Arduino and its applications in life
- Synthesis of useful commands to code the Arduino
- How to install Arduino IDE in Ubuntu
- Why is the new Arduino Uno R4 a game changer for manufacturers?
- How to add libraries in Arduino
- How to program Arduino with an Android phone
- Download Arduino IDE 1.8.13: Great programming software for beginners
May be interested
- How to install Qmmp on Debian 10qmmp is a feature-rich audio player with support for many formats. in this article, tipsmake.com will introduce two ways to install / uninstall qmmp on debian
- How to add libraries in Arduinoardunio libraries are frequently used programs available to help you learn about the limited number of ide sketches.
- How to install and run Arduino IDE on Raspberry Piif you are familiar with the arduino ide programming environment, you may also want to use it on raspberry pi. here's how to install and run arduino ide on raspberry pi.
- How to program Arduino with an Android phoneas an open source electronic platform, arduino boards are very popular for iot projects. although the standard way to use them is to connect the arduino usb ports to the computer, but you can also do so using bluetooth controller and android application.
- Download Arduino IDE 1.8.13: Great programming software for beginnerstoday, knowing how to code and code is a very useful skill to have. arduino ide is a piece of software that makes the programming world more accessible to beginners, with a simple interface and a community-oriented system.
- How to Install Software in Debian Linuxthis wikihow teaches you how to use tools built into debian linux to install software packages. if you're using the desktop version of debian, you can use synaptic to install application packages with a point-and-click graphical interface....
- How to install and use PHP Composer on Debian 11php composer is a dependency manager for php. this dependency manager supports application development and the process of calling libraries and frameworks.
- How to Use Ultrasonic Sensors in Arduino Projectarduino is an open-source microcontroller platform used in many applications. arduino boards are able to read inputs such as light on a sensor or the press of a button and turn it into an output. this wikihow teaches you how to create an...
- How to connect two Arduino boards using I2Cwhile a single arduino can accomplish many tasks, some projects may require the use of more than one board to handle different functions.
- Difference between Elegoo and Arduinoif you've ever bought an arduino board, you may have seen elegoo boards with a cheaper starter kit. both are good options. so what is the difference between elegoo and arduino?