arduino

Arduino Studio - Integrated Development Environment for the Arduino platform. More information: <https://github.com/arduino/Arduino/blob/master/build/shared/manpage.adoc>.

Debian Debian
RUN apt-get update && \ apt-get install -y arduino
Ubuntu
RUN apt-get update && \ apt-get install -y arduino
Arch Arch Linux
RUN pacman -S --noconfirm arduino
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y arduino
Fedora
RUN dnf install -y arduino
Raspbian
RUN apt-get update && \ apt-get install -y arduino
click the source code to copy install arduino on any operating system with command-not-found.com