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

Last updated: November 26,2024

1. Install "dfuzzer.x86_64" package

Please follow the instructions below to install dfuzzer.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install dfuzzer.x86_64

2. Uninstall "dfuzzer.x86_64" package

In this section, we are going to explain the necessary steps to uninstall dfuzzer.x86_64 on Oracle Linux 8:

$ sudo dnf remove dfuzzer.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 7:02:51 ago on Mon Sep 12 02:51:38 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.