How To Install dfu-programmer on Fedora 36

In this tutorial we learn how to install dfu-programmer in Fedora 36. dfu-programmer is A Device Firmware Update based USB programmer for Atmel chips

Introduction

In this tutorial we learn how to install dfu-programmer on Fedora 36.

What is dfu-programmer

A linux based command-line programmer for Atmel chips with a USB bootloader supporting ISP. This is a mostly Device Firmware Update (DFU) 1.0 compliant user-space application. Supports all DFU enabled Atmel chips with USB support.

We can use yum or dnf to install dfu-programmer on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dfu-programmer.

Install dfu-programmer on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install dfu-programmer using dnf by running the following command:

sudo dnf -y install dfu-programmer

Install dfu-programmer on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install dfu-programmer using yum by running the following command:

sudo yum -y install dfu-programmer

How To Uninstall dfu-programmer on Fedora 36

To uninstall only the dfu-programmer package we can use the following command:

sudo dnf remove dfu-programmer

dfu-programmer Package Contents on Fedora 36

/usr/bin/dfu-programmer
/usr/lib/.build-id
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/69dff7ce27d932fd9739bb4ffe91626b302e80
/usr/share/doc/dfu-programmer
/usr/share/doc/dfu-programmer/AUTHORS
/usr/share/doc/dfu-programmer/ChangeLog
/usr/share/doc/dfu-programmer/NEWS
/usr/share/doc/dfu-programmer/README
/usr/share/licenses/dfu-programmer
/usr/share/licenses/dfu-programmer/COPYING
/usr/share/man/man1/dfu-programmer.1.gz

References

Summary

In this tutorial we learn how to install dfu-programmer on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).