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

Last updated: January 10,2025

1. Install "avrdude.x86_64" package

Please follow the instructions below to install avrdude.x86_64 on Fedora 36

$ 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 36:

$ sudo dnf remove avrdude.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:57:46 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : avrdude
Version : 6.4
Release : 3.fc36
Architecture : x86_64
Size : 891 k
Source : avrdude-6.4-3.fc36.src.rpm
Repository : updates
Summary : Software for programming Atmel AVR Microcontroller
URL : https://www.nongnu.org/avrdude
License : GPLv2+
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.