How to Install and Uninstall avrdude.x86_64 Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "avrdude.x86_64" package

Please follow the guidelines below to install avrdude.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install avrdude.x86_64

2. Uninstall "avrdude.x86_64" package

This guide covers the steps necessary to uninstall avrdude.x86_64 on CentOS Stream 8:

$ sudo dnf remove avrdude.x86_64 $ sudo dnf autoremove

3. Information about the avrdude.x86_64 package on CentOS Stream 8

Last metadata expiration check: 3:13:08 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : avrdude
Version : 7.3
Release : 1.el8
Architecture : x86_64
Size : 1.2 M
Source : avrdude-7.3-1.el8.src.rpm
Repository : epel
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.