Копия со страницы (взято из нижней части кеша)
Решение 1
All Ubuntu versions (old and new) can get the newest packages from Debian SidYou can always install the newest version of Arduino from Debian unstable. Just download the .debs for arduino, arduino-core, and librxtx-java and double click on them or:
Download arduino and arduino-core .debs into a clean directory from:
http://packages.debian.org/sid/arduino-core
http://packages.debian.org/sid/arduino
(Uno/Mega2560 owners also need http://packages.debian.org/sid/librxtx-java)
cd to your download directory and sudo dpkg -i *.deb
Решение 2
Ubuntu (without 'arduino' package)Tested with Ubuntu 10.04 LTS and Ubuntu 10.10, but should work with older releases. download and install the latest release (скачать, где Linux 32 bit)
install the compiler (gcc-avr) and the libraries (avr-libc) packages: sudo apt-get install gcc-avr avr-libc if you use the USB port to dialog, you should add yourself to the group 'dialout' in order to have write permissions on that port:
sudo usermod -aG dialout <myuser>
Примеры кода для установки
Установка Deb пакетов в Ubuntu (для решения 1)Помощь для новичков в Linux: куда скачивать файлы .tar.gz?
Программирование МК AVR в ОС Ubuntu - код для установки gcc-avr и avr-libc
Установка Arduino IDE в Ubuntu Linux - с Интернетом, но можно попробовать изменить код, чтобы ставил из дистрибутивов на диске