How to Install and Uninstall libfuzzer-11-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 08,2024

1. Install "libfuzzer-11-dev" package

Please follow the guidelines below to install libfuzzer-11-dev on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libfuzzer-11-dev" package

This is a short guide on how to uninstall libfuzzer-11-dev on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libfuzzer-11-dev package on Ubuntu 21.10 (Impish Indri)

Package: libfuzzer-11-dev
Architecture: amd64
Version: 1:11.0.1-2ubuntu5
Priority: optional
Section: universe/libdevel
Source: llvm-toolchain-11
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 836
Depends: clang-11 (= 1:11.0.1-2ubuntu5)
Filename: pool/universe/l/llvm-toolchain-11/libfuzzer-11-dev_11.0.1-2ubuntu5_amd64.deb
Size: 161308
MD5sum: d0abead52570c3894475e4931250f228
SHA1: ad41a9e72d088849ece26a3e8b1a20fb364b4004
SHA256: 98683a875fadcb1de15a4a37c8368377c2bd6a3574326c83030accedaee33ada
SHA512: 2570001fd117b32a2b8017e21925591dd4a7bfec8b4cf0b42ce863280a404ee3a677fa7c6cb39b27cfc232949b3bca7da4a67a9ee95b00fcda5e9b0a341964c9
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