avrdude

Driver program for Atmel AVR microcontrollers programming. More information: <https://www.nongnu.org/avrdude/>.

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