Hello! I recently downloaded Arduino IDE AppImage for Linux, and using it in Linux Mint.
I noticed the app is downloading libraries and something more.
Where is all this installed? (I assume is somewhere in home directory).
Just in case I want to uninstall in the future. Thank you very much.
Hi @iggaru. They are installed here:
/home/<username>/.arduino15/
(Where <username>
is your Linux username)
When you manually install libraries in Arduino IDE, they will be installed to the libraries
subfolder of your Arduino "sketchbook" folder. By default, the sketchbook is here:
/home/<username>/Arduino
But you can configure the location of the sketchbook folder via the Sketchbook location field in the Arduino IDE preferences (accessed via File > Preferences).
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.