How to Install and Uninstall libfuzzer-9-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 17,2024

1. Install "libfuzzer-9-dev" package

This tutorial shows how to install libfuzzer-9-dev on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libfuzzer-9-dev

2. Uninstall "libfuzzer-9-dev" package

Please follow the steps below to uninstall libfuzzer-9-dev on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libfuzzer-9-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libfuzzer-9-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: libfuzzer-9-dev
Architecture: amd64
Version: 1:9.0.1-16
Priority: optional
Section: universe/libdevel
Source: llvm-toolchain-9
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 800
Depends: clang-9 (= 1:9.0.1-16)
Filename: pool/universe/l/llvm-toolchain-9/libfuzzer-9-dev_9.0.1-16_amd64.deb
Size: 142616
MD5sum: d5bab341b0f9437b26f4775687705675
SHA1: 71642644be540214999329f817726f6f1795c10c
SHA256: b33a34120ee8ccb79981811a947cc76f929ae84f353222b35fda11cda35fbd72
SHA512: e874040dbbafab81aa5959cf7ca2f887c1654fd138b864302318ec72f067e771116043e832fa727accab73d85c5ad118a2a075603f03113e71e4595de34bc435
Homepage: https://www.llvm.org/
Description-en: Library for coverage-guided fuzz testing
LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
of other libraries.
.
LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs
all of its fuzzing inside a single process. This in-process fuzzing can be
more restrictive and fragile, but is potentially much faster as there is no
overhead for process start-up.
.
The fuzzer is linked with the library under test, and feeds fuzzed inputs to
the library via a specific fuzzing entrypoint (aka 'target function'); the
fuzzer then tracks which areas of the code are reached, and generates mutations
on the corpus of input data in order to maximize the code coverage. The code
coverage information for libFuzzer is provided by LLVM's SanitizerCoverage
instrumentation.
Description-md5: bc55cd127b8dab148b78e61e5e475b8e