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

Last updated: July 05,2024

1. Install "honggfuzz.i686" package

This is a short guide on how to install honggfuzz.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install honggfuzz.i686

2. Uninstall "honggfuzz.i686" package

Learn how to uninstall honggfuzz.i686 on Fedora 35:

$ sudo dnf remove honggfuzz.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 5:46:31 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : honggfuzz
Version : 2.3.2
Release : 0.2.20210201gitb56729e.fc35
Architecture : i686
Size : 807 k
Source : honggfuzz-2.3.2-0.2.20210201gitb56729e.fc35.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.