Arduino IDE

Sinanbey07

New Member
Joined
Oct 17, 2021
Messages
2
Reaction score
3
Credits
16
Hello.. its posible to install arduino ide on Linuxmint?
If yes how can be install.. thank you
 


Untested.

Download the 64 bit Linux download here:


Extract the folder and navigate to the newly created directory with your terminal.

Code:
sudo chmod +x ./install.sh
sudo ./install.sh

To uninstall, do the same thing with ./uninstall.sh.

If you want to do it all in the terminal, open the download directory and use 'tar -zxvf arduino-1.8.16-linux64.tar.gz' - though that command will obviously change when the version changes.
 
Try doing:
Code:
sudo apt install arduino

If that doesn't work download it from:

Right-click the file and choose Extract
Then go in the dir and open a terminal.
Then do:
Code:
sudo ./install.sh

Remember to please search using your search engine of your choice.

Kgill beat me too it.
 


Top