How to Install and Uninstall dfuzzer.x86_64 Package on Fedora 39

Last updated: January 13,2025

1. Install "dfuzzer.x86_64" package

Please follow the guidance below to install dfuzzer.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install dfuzzer.x86_64

2. Uninstall "dfuzzer.x86_64" package

Please follow the step by step instructions below to uninstall dfuzzer.x86_64 on Fedora 39:

$ sudo dnf remove dfuzzer.x86_64 $ sudo dnf autoremove

3. Information about the dfuzzer.x86_64 package on Fedora 39

Last metadata expiration check: 2:41:58 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : dfuzzer
Version : 2.3
Release : 1.fc39
Architecture : x86_64
Size : 54 k
Source : dfuzzer-2.3-1.fc39.src.rpm
Repository : updates
Summary : D-Bus fuzz testing tool
URL : https://github.com/dbus-fuzzer/dfuzzer
License : GPLv3+
Description : Tool for fuzz testing processes communicating through D-Bus. It can be
: used to test processes connected to both, the session bus and the system
: bus daemon. Dfuzzer works as a client, it first connects to the bus
: daemon and then it traverses and fuzz tests all the methods provided
: by a D-Bus service.