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

Last updated: May 07,2024

1. Install "libfuzzer-12-dev" package

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

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

2. Uninstall "libfuzzer-12-dev" package

Please follow the step by step instructions below to uninstall libfuzzer-12-dev on Ubuntu 21.10 (Impish Indri):

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

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

Package: libfuzzer-12-dev
Architecture: amd64
Version: 1:12.0.1-8build1
Priority: optional
Section: universe/libdevel
Source: llvm-toolchain-12
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 881
Depends: clang-12 (= 1:12.0.1-8build1)
Filename: pool/universe/l/llvm-toolchain-12/libfuzzer-12-dev_12.0.1-8build1_amd64.deb
Size: 168488
MD5sum: 9c855066220df99dddb07c60f65a4026
SHA1: c82cef82680f1b6ca2e458aedcf81af8d0832773
SHA256: 86d2f49bd7a6bd6642c9846acc8b41e9af367802b7339d67826276801da569db
SHA512: c32edb5201c4facd35d24d2360888bb51402bbba8150a4cd82bf6c7c1078f11b83452ed6bb6167a388f8b9e5f6cb1b570fc34bfda72597da8ae4f1f3714bb607
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