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

Last updated: May 06,2024

1. Install "afl-clang" package

Please follow the guidance below to install afl-clang on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install afl-clang

2. Uninstall "afl-clang" package

This tutorial shows how to uninstall afl-clang on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: afl-clang
Priority: optional
Section: universe/devel
Installed-Size: 91
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel Stender
Architecture: amd64
Source: afl
Version: 1.96b-2
Replaces: afl (<< 1.72b)
Depends: afl (= 1.96b-2), clang-3.6, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1)
Recommends: afl-doc
Breaks: afl (<< 1.72b)
Filename: pool/universe/a/afl/afl-clang_1.96b-2_amd64.deb
Size: 15382
MD5sum: f84a61916553b8ff939f53cc61ea2a30
SHA1: 11a14a6a9a7576aa1d795f6e9bb3dc0b5e0293ef
SHA256: 8b9c4b71dfd3a20be3173e1f9826915fcd2af1311ad07f83fe1e935cf3b7c71b
Description-en: instrumentation-driven fuzzer for binary formats - clang support
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 package provides support for the clang compiler.
Description-md5: c88794a8d94798de5faffa133fa6b9d3
Homepage: http://lcamtuf.coredump.cx/afl/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu