How to Install and Uninstall dfuzzer.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "dfuzzer.x86_64" package

This guide covers the steps necessary to install dfuzzer.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install dfuzzer.x86_64

2. Uninstall "dfuzzer.x86_64" package

This guide covers the steps necessary to uninstall dfuzzer.x86_64 on Rocky Linux 8:

$ sudo dnf remove dfuzzer.x86_64 $ sudo dnf autoremove

3. Information about the dfuzzer.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:43:55 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : dfuzzer
Version : 2.2
Release : 4.el8
Architecture : x86_64
Size : 57 k
Source : dfuzzer-2.2-4.el8.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.