How to Install and Uninstall dfuzzer.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 06,2024

1. Install "dfuzzer.x86_64" package

Learn how to install dfuzzer.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ 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 Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove dfuzzer.x86_64 $ sudo dnf autoremove

3. Information about the dfuzzer.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:51:59 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : dfuzzer
Version : 2.3
Release : 2.el8
Architecture : x86_64
Size : 57 k
Source : dfuzzer-2.3-2.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.