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

Last updated: July 03,2024

1. Install "honggfuzz.x86_64" package

Please follow the guidance below to install honggfuzz.x86_64 on Fedora 34

$ 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 34:

$ sudo dnf remove honggfuzz.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:22:26 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : honggfuzz
Version : 2.3.2
Release : 0.1.20210201gitb56729e.fc34
Architecture : x86_64
Size : 761 k
Source : honggfuzz-2.3.2-0.1.20210201gitb56729e.fc34.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.