Install Arduino IDE Linux version 2.0

In the Linux version 2.0 of Arduino IDE, isn't there an install file in the zip like in the previous version?

Hi @maramak3r. No, there is no installer script. Just extract the downloaded file to any convenient location. After that, open a terminal and run the following command to start the IDE:

./arduino-ide

Alternatively, you can use the preferred AppImage package of the Arduino IDE. There are instructions for that here:

https://docs.arduino.cc/software/ide-v2/tutorials/getting-started/ide-v2-downloading-and-installing#linux

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.