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

Last updated: May 17,2024

1. Install "libfuzzer-9-dev" package

Here is a brief guide to show you how to install libfuzzer-9-dev on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libfuzzer-9-dev" package

This guide let you learn how to uninstall libfuzzer-9-dev on Ubuntu 21.10 (Impish Indri):

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

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

Package: libfuzzer-9-dev
Architecture: amd64
Version: 1:9.0.1-16.1ubuntu1
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: 792
Depends: clang-9 (= 1:9.0.1-16.1ubuntu1)
Filename: pool/universe/l/llvm-toolchain-9/libfuzzer-9-dev_9.0.1-16.1ubuntu1_amd64.deb
Size: 156774
MD5sum: 9f43d4704aba152c9fbd0b144742eea5
SHA1: b42f013d9013f0ad78b4081ed6a92eb8c22d204f
SHA256: 9c1195e30106fd544408839324a58ff3a7c24450932aae3d1fa54381a9389a32
SHA512: bcf24bfe60e476fc85a1da743718e14629135a74383f0e78a33dbd6cc446836c7bdb810c518aa78adbd1d8336b5208b262cf86ed18935552fb6c8c6aec730056
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