In this blog you learn How to Install Arduino IDE on Ubuntu, The Ubuntu Operating System is based on Linux, belonging to the Debian family of operating systems.

Install Arduino IDE on Ubuntu

Introduction

In this blog you learn How to Install Arduino IDE on Ubuntu, The Ubuntu Operating System is based on Linux, belonging to the Debian family of operating systems. It is an open-source and Linux-based software, freely available for use. A team under the leadership of Mark Shuttleworth, called “Canonical,” developed it. Ubuntu, derived from an African word meaning ‘humanity to others,’ is known for its high security and doesn’t typically require anti-virus software, thus making it a super-secure desktop-based distribution. Furthermore, Linux operating systems, including Ubuntu, provide robust security measures that further enhance their reliability. Additionally, these security features contribute to the overall protection and stability of Ubuntu as a trusted operating system.

In this blog you learn How to Install Arduino IDE on Ubuntu, The Ubuntu Operating System is based on Linux, belonging to the Debian family of operating systems.
ubuntu

In Ubuntu, why is it harder to install software than in Windows?

One important aspect to understand about Windows operating systems is that they are designed to provide user-friendly graphical interfaces. However, the presence of extensive graphical interfaces can create loopholes that hackers can exploit to compromise and gain access to your computer.

But Ubuntu operating systems do not have a graphical interface.

Ubuntu operating systems do not include a graphical interface because they are primarily used as servers. Server operating systems do not require graphical user interfaces as they primarily respond to computer commands and execute direct human commands.

Arduino IDE

The Arduino IDE is an open-source application for writing and uploading code to Arduino compatible boards. A cross-platform application, it works on Windows, macOS, and Linux. Basically, Arduino is a hardware programming language written in C and C++. In this tutorial, you will learn how to install Arduino IDE on Ubuntu 20.04. The official installer script, snap packages, and apt can be used to install Arduino on Ubuntu.

Arduino IDE installation using a script

The easiest and most recommended way to install Arduino IDE on Ubuntu is through this guide.

Step 1 :

The first step is to make sure your Ubuntu system packages are up-to-date:

sudo apt update
sudo apt upgrade

Step 2:

The second step is to download and extract the Arduino IDE

From the Arduino IDE download page, you can download the latest version for Linux 64bit. Choosing the right version of your Linux distro is very important, in our case Ubuntu Linux 64bit.

Download the Arduino Software (IDE)

Clicking on the selected version will take you to the donation page, where you can open or save the file.

Step 3:

Extract the package You must extract the file in a suitable folder (Example: Home Folder)and then execute it from there.

Locate the install.sh file in the arduino-1.x.x folder just created by the extraction process. From the contextual menu, right-click and select Run in Terminal. On your desktop, you should find a new icon after the installation process is complete.

Or sudo ./install.sh

Version 1.6.5 or above is required for this method to work. If the terminal is already running with administrative rights, remove sudo. Enter your password if necessary

After showing done! Type on your screen

sudo adduser $USER dialout

After showing done! Type on your screen, It’s time to restart your computer

Type > reboot

Open your terminal Again

Type : groups and press enter

Start Arduino IDE from your application menu

Have fun