Arduino

From Blue-IT.org Wiki

Revision as of 20:44, 17 June 2016 by Apos (talk | contribs) (Created page with "== Sketch == * http://linuxdaddy.com/blog/install-arduino-ide-on-ubuntu/ You have to add the Ubuntu Make PPA, update the local repository index, install ubuntu-make and run t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Sketch

You have to add the Ubuntu Make PPA, update the local repository index, install ubuntu-make and run the umake command for installing arduino:

$ sudo apt-add-repository ppa:ubuntu-desktop/ubuntu-make $ sudo apt-get update $ sudo apt-get install ubuntu-make $ sudo umake ide arduino

Optional, to remove Arduino IDE, do:

$ umake ide arduino --remove $ sudo apt-get remove ubuntu-make