How to Install and Uninstall afl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "afl" package

Learn how to install afl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install afl

2. Uninstall "afl" package

Please follow the instructions below to uninstall afl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove afl $ sudo apt autoclean && sudo apt autoremove

3. Information about the afl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: afl
Priority: optional
Section: universe/devel
Installed-Size: 305
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel Stender
Architecture: amd64
Version: 1.96b-2
Depends: libc6 (>= 2.14)
Recommends: afl-clang, g++, gcc, gnuplot, afl-doc
Filename: pool/universe/a/afl/afl_1.96b-2_amd64.deb
Size: 95678
MD5sum: aefb895ce10c2bc5b0bca83a1aa7bbd7
SHA1: 57ad64c4e0cc3c3186b0deaccb5cd916efd016d5
SHA256: cfb9bbec60fa52706419dba5fffe6337897e0529ed8e75e044bb6bff55c142ce
Description-en: instrumentation-driven fuzzer for binary formats
American fuzzy lop is a fuzzer that employs 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
corpora produced by the tool are also useful for seeding other, more labor- or
resource-intensive testing regimes down the road.
.
afl-fuzz is designed to be practical: it has 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.
Description-md5: ee38a7eeac858c33c28f43168022a4d9
Homepage: http://lcamtuf.coredump.cx/afl/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu