avrdude from CrossToolchain:avr project

Select Your Operating System

For Debian 11 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/CrossToolchain:/avr/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/CrossToolchain:avr.list
curl -fsSL https://download.opensuse.org/repositories/CrossToolchain:avr/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/CrossToolchain_avr.gpg > /dev/null
sudo apt update
sudo apt install avrdude
For Debian 10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/CrossToolchain:/avr/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/CrossToolchain:avr.list
curl -fsSL https://download.opensuse.org/repositories/CrossToolchain:avr/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/CrossToolchain_avr.gpg > /dev/null
sudo apt update
sudo apt install avrdude
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/CrossToolchain:avr/openSUSE_Tumbleweed/CrossToolchain:avr.repo
zypper refresh
zypper install avrdude
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/CrossToolchain:avr/15.5/CrossToolchain:avr.repo
zypper refresh
zypper install avrdude
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/CrossToolchain:avr/15.4/CrossToolchain:avr.repo
zypper refresh
zypper install avrdude
For openSUSE Leap 15.3 ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/CrossToolchain:avr/openSUSE_Leap_15.3_ARM/CrossToolchain:avr.repo
zypper refresh
zypper install avrdude
For SLE 12 SP5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/CrossToolchain:avr/SLE_12_SP5/CrossToolchain:avr.repo
zypper refresh
zypper install avrdude
For xUbuntu 20.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/CrossToolchain:/avr/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/CrossToolchain:avr.list
curl -fsSL https://download.opensuse.org/repositories/CrossToolchain:avr/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/CrossToolchain_avr.gpg > /dev/null
sudo apt update
sudo apt install avrdude

Packages for xUbuntu 20.04: