How to Install and Uninstall american-fuzzy-lop.x86_64 Package on Fedora 38

Last updated: September 29,2024

1. Install "american-fuzzy-lop.x86_64" package

In this section, we are going to explain the necessary steps to install american-fuzzy-lop.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install american-fuzzy-lop.x86_64

2. Uninstall "american-fuzzy-lop.x86_64" package

Please follow the guidance below to uninstall american-fuzzy-lop.x86_64 on Fedora 38:

$ sudo dnf remove american-fuzzy-lop.x86_64 $ sudo dnf autoremove

3. Information about the american-fuzzy-lop.x86_64 package on Fedora 38

Last metadata expiration check: 2:54:19 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : american-fuzzy-lop
Version : 4.05c
Release : 4.20230403git7101192.fc38
Architecture : x86_64
Size : 525 k
Source : american-fuzzy-lop-4.05c-4.20230403git7101192.fc38.src.rpm
Repository : fedora
Summary : Practical, instrumentation-driven fuzzer for binary formats
URL : https://github.com/AFLplusplus/AFLplusplus
License : ASL 2.0
Description : American fuzzy lop uses a novel type of compile-time instrumentation
: and genetic algorithms to automatically discover clean, interesting
: test cases that trigger new internal states in the targeted
: binary. This substantially improves the functional coverage for the
: fuzzed code. The compact synthesized corpuses produced by the tool are
: also useful for seeding other, more labor- or resource-intensive
: testing regimes down the road.
:
: Compared to other instrumented fuzzers, afl-fuzz is designed to be
: practical: it has a modest performance overhead, uses a variety of
: highly effective fuzzing strategies, requires essentially no
: configuration, and seamlessly handles complex, real-world use cases -
: say, common image parsing or file compression libraries.