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

Last updated: May 18,2024

1. Install "honggfuzz.x86_64" package

Please follow the step by step instructions below to install honggfuzz.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install honggfuzz.x86_64

2. Uninstall "honggfuzz.x86_64" package

Please follow the steps below to uninstall honggfuzz.x86_64 on Fedora 36:

$ sudo dnf remove honggfuzz.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:34:26 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : honggfuzz
Version : 2.3.2
Release : 0.3.20210201gitb56729e.fc36
Architecture : x86_64
Size : 777 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.