Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BjornW/02e56dbbb14b820474b1d36f6f6616b3 to your computer and use it in GitHub Desktop.
Save BjornW/02e56dbbb14b820474b1d36f6f6616b3 to your computer and use it in GitHub Desktop.
Install Arduino 1.8.5 on Ubuntu 16.04
  1. Download Arduino IDE from https://www.arduino.cc/download_handler.php
  2. Extract arduino-1.8.5-linux64.tar.xz
  3. Copy arduino-1.8.5 into /opt/arduino
  4. Go into /usr/local/bin, e.g. cd /us r/local/bin
  5. Make a symlink from /usr/local/bin/arduino to /opt/arduino/arduino-1.8.5/arduino, e.g. ln -s /opt/arduino/arduino-1.8.5/arduino arduino
@vicky60
Copy link

vicky60 commented Mar 5, 2018

I don`t can move Arduino files on /opt in my ubuntu 16.04 lts, because ,,you dont are administrator. is response !

@brhanu
Copy link

brhanu commented Mar 28, 2018

try using sudo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment