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

Last updated: October 04,2024

1. Install "honggfuzz.x86_64" package

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

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

$ sudo dnf remove honggfuzz.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:58:47 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : honggfuzz
Version : 2.3.2
Release : 0.2.20210201gitb56729e.fc35
Architecture : x86_64
Size : 762 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.