How to Install and Uninstall dfu-util.x86_64 Package on Fedora 36

Last updated: October 07,2024

1. Install "dfu-util.x86_64" package

Please follow the guidance below to install dfu-util.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install dfu-util.x86_64

2. Uninstall "dfu-util.x86_64" package

Here is a brief guide to show you how to uninstall dfu-util.x86_64 on Fedora 36:

$ sudo dnf remove dfu-util.x86_64 $ sudo dnf autoremove

3. Information about the dfu-util.x86_64 package on Fedora 36

Last metadata expiration check: 0:23:29 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : dfu-util
Version : 0.11
Release : 2.fc36
Architecture : x86_64
Size : 57 k
Source : dfu-util-0.11-2.fc36.src.rpm
Repository : fedora
Summary : USB Device Firmware Upgrade tool
URL : http://dfu-util.sourceforge.net/
License : GPLv2+
Description : USB Device Firmware Upgrade (DFU) is an official USB device class specification
: of the USB Implementers Forum. It specifies a vendor and device independent way
: of updating the firmware of a USB device. The idea is to have only one
: vendor-independent firmware update tool as part of the operating system, which
: can then (given a particular firmware image) be downloaded into the device.
:
: In addition to firmware download, it also specifies firmware upload, i.e.
: loading the currently installed device firmware to the USB Host.
:
: The DFU specification can be found at:
: http://www.usb.org/developers/devclass_docs/usbdfu10.pdf