How to Install avrdude in Ubuntu 18.04



Install avrdude by entering the following commands in the terminal:

sudo apt update
sudo apt install avrdude

Description:

software for programming Atmel AVR microcontrollers

AVRDUDE is an open source utility to download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers using the in-system programming technique (ISP).

Homepage: http://savannah.nongnu.org/projects/avrdude/

Version: 6.3-4

Section: universe/electronics