- Go to Downloads Folder
cd ~/Downloads/
- Download ARM Linux 32-bit
wget https://downloads.arduino.cc/arduino-1.8.19-linuxarm.tar.xz
- Unpack with
tar -xf arduino-1.8.19-linuxarm.tar.xz
cd arduino-1.8.19/
sh install.sh
- You might get error messages about failing to remove some files. That just means you already had another version of the Arduino IDE installed. That’s ok, you can ignore these
rm: cannot remove '/usr/local/bin/arduino': Permission denied
Removing symlink failed. Hope that's OK. If not then rerun as root with sudo.
rm: cannot remove '/usr/local/bin/arduino': Permission denied
Removing symlink failed. Hope that's OK. If not then rerun as root with sudo.
ln: failed to create symbolic link '/usr/local/bin/arduino': File exists
Adding symlink failed. Hope that's OK. If not then rerun as root with sudo.
done!