Install Arduino IDE 1.8.2 in Ubuntu 16.04

作者 Derek X Wang 日期 2017-03-27
Install Arduino IDE 1.8.2 in Ubuntu 16.04

Simply running install.sh wouldn’t work. Sign… Why couldn’t we have anything work out of the box…

Issue

cc.arduino.arduinoide.xml not found

Quick fix

install.sh:

replace

RESOURCE_NAME=cc.arduino.arduinoide

with

RESOURCE_NAME=arduino-arduinoide

That’s it! Enjoy~