I recently installed Ubuntu 19.10. on my digital slave.
From official repositories, there is no chance of an installation of Arduino IDE. Please confirm.
I recently installed Ubuntu 19.10. on my digital slave.
From official repositories, there is no chance of an installation of Arduino IDE. Please confirm.
sources.list
". Have you checked your /etc/apt/sources.list
and does it have the correct repository configured? If you're not sure, please post the contents in your question
– Zanna
Oct 30 '19 at 04:37
apt-get update
andapt-get install arduino
. – Eduardo Trápani Oct 29 '19 at 15:26sudo add-apt-repository universe
and then proceed. – N0rbert Oct 29 '19 at 20:25