How to Install and Uninstall dfuzzer.x86_64 Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "dfuzzer.x86_64" package

Learn how to install dfuzzer.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install dfuzzer.x86_64

2. Uninstall "dfuzzer.x86_64" package

Here is a brief guide to show you how to uninstall dfuzzer.x86_64 on Oracle Linux 9:

$ sudo dnf remove dfuzzer.x86_64 $ sudo dnf autoremove

3. Information about the dfuzzer.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:15:22 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : dfuzzer
Version : 2.3
Release : 1.el9
Architecture : x86_64
Size : 53 k
Source : dfuzzer-2.3-1.el9.src.rpm
Repository : epel
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.