How to Install and Uninstall avrdude.x86_64 Package on Fedora 39

Last updated: January 16,2025

1. Install "avrdude.x86_64" package

This is a short guide on how to install avrdude.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install avrdude.x86_64

2. Uninstall "avrdude.x86_64" package

This guide let you learn how to uninstall avrdude.x86_64 on Fedora 39:

$ sudo dnf remove avrdude.x86_64 $ sudo dnf autoremove

3. Information about the avrdude.x86_64 package on Fedora 39

Last metadata expiration check: 5:18:46 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : avrdude
Version : 7.3
Release : 1.fc39
Architecture : x86_64
Size : 1.3 M
Source : avrdude-7.3-1.fc39.src.rpm
Repository : updates
Summary : Software for programming Atmel AVR Microcontroller
URL : https://github.com/avrdudes/avrdude
License : GPL-2.0-or-later AND GPL-3.0-only AND (WTFPL OR MIT)
Description : AVRDUDE is a program for programming Atmel's AVR CPU's. It can program the
: Flash and EEPROM, and where supported by the serial programming protocol, it
: can program fuse and lock bits. AVRDUDE also supplies a direct instruction
: mode allowing one to issue any programming instruction to the AVR chip
: regardless of whether AVRDUDE implements that specific feature of a
: particular chip.