How to Install and Uninstall honggfuzz.i686 Package on Fedora 36

Last updated: October 10,2024

1. Install "honggfuzz.i686" package

In this section, we are going to explain the necessary steps to install honggfuzz.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install honggfuzz.i686

2. Uninstall "honggfuzz.i686" package

In this section, we are going to explain the necessary steps to uninstall honggfuzz.i686 on Fedora 36:

$ sudo dnf remove honggfuzz.i686 $ sudo dnf autoremove

3. Information about the honggfuzz.i686 package on Fedora 36

Last metadata expiration check: 3:58:35 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : honggfuzz
Version : 2.3.2
Release : 0.3.20210201gitb56729e.fc36
Architecture : i686
Size : 818 k
Source : honggfuzz-2.3.2-0.3.20210201gitb56729e.fc36.src.rpm
Repository : fedora
Summary : General-purpose, easy-to-use fuzzer
URL : http://google.github.io/honggfuzz/
License : ASL 2.0
Description : Honggfuzz is a general-purpose fuzzing tool. Given an input corpus
: files, honggfuzz modifies input to a test program and utilize the
: ptrace() API/POSIX signal interface to detect and log crashes. It
: can also use software or hardware-based code coverage techniques
: to produce more and more interesting inputs.