arduino-builder

Compile arduino sketches. DEPRECATION WARNING: This tool is being phased out in favor of arduino. More information: <https://github.com/arduino/arduino-builder>.

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