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

Last updated: January 11,2025

1. Install "dfu-util.x86_64" package

Please follow the guidelines below to install dfu-util.x86_64 on Fedora 38

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

2. Uninstall "dfu-util.x86_64" package

Learn how to uninstall dfu-util.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 0:47:42 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : dfu-util
Version : 0.11
Release : 4.fc38
Architecture : x86_64
Size : 57 k
Source : dfu-util-0.11-4.fc38.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