Город МОСКОВСКИЙ
00:05:08

Install Arduino IDE (1.6.9) in Linux Mint / Ubuntu

Аватар
IT Pulse
Просмотры:
27
Дата загрузки:
05.12.2023 10:55
Длительность:
00:05:08
Категория:
Технологии и интернет

Описание

Install Arduino IDE (1.6.9) in Linux Mint / Ubuntu :
The open-source Arduino Software (IDE) makes it easy to write code and upload it to the board.The environment is written in Java and based on Processing and other open-source software.

Installation instruction :

STEP 1:
Download the latest packages,from the official link below:
www.arduino.cc/en/Main/Software

For 32bit system download the tar.xz file of 32-bit or for 64-bit system download the tar.xz file of 64-bit.
Since, I have 32 bit system arch, I'm going with 32 bit file.

STEP 2 :
Navigate to the downloaded file and extract it there.

STEP 3 :
Open the present directory into the terminal and move the file to "opt" directory.
Terminal Command:
sudo mv arduino-1.6.9 /opt

STEP 4 :
Change the directory to "opt".
Terminal Command:
cd /opt

Step 5 :
Navigate to the Arduino folder.
Terminal Command:
cd arduino-1.6.9

Step 6 :
Make install.sh file executable and run it.
Terminal commands :
chmod +x install.sh
./install.sh

Step 7 :
It's installed, now you can launch it .

Enjoy :)

❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤

# Visit my blog for more updates - http://linuxforever.info/

❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤

Рекомендуемые видео