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

Last updated: October 02,2024

1. Install "honggfuzz.x86_64" package

Learn how to install honggfuzz.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install honggfuzz.x86_64

2. Uninstall "honggfuzz.x86_64" package

Please follow the step by step instructions below to uninstall honggfuzz.x86_64 on Fedora 38:

$ sudo dnf remove honggfuzz.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:43:48 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : honggfuzz
Version : 2.5
Release : 1.fc38
Architecture : x86_64
Size : 780 k
Source : honggfuzz-2.5-1.fc38.src.rpm
Repository : fedora
Summary : General-purpose, easy-to-use fuzzer
URL : https://honggfuzz.dev/
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.