How to Install and Uninstall avrdude.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 05,2024

1. Install "avrdude.x86_64" package

Here is a brief guide to show you how to install avrdude.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install avrdude.x86_64

2. Uninstall "avrdude.x86_64" package

In this section, we are going to explain the necessary steps to uninstall avrdude.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove avrdude.x86_64 $ sudo dnf autoremove

3. Information about the avrdude.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:01:10 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : avrdude
Version : 7.3
Release : 1.el9
Architecture : x86_64
Size : 1.2 M
Source : avrdude-7.3-1.el9.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.