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

Last updated: May 17,2024

1. Install "libfuzzer-12-dev" package

Please follow the step by step instructions below to install libfuzzer-12-dev on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libfuzzer-12-dev" package

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

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

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

Package: libfuzzer-12-dev
Architecture: amd64
Version: 1:12.0.0-1ubuntu1
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: 879
Depends: clang-12 (= 1:12.0.0-1ubuntu1)
Filename: pool/universe/l/llvm-toolchain-12/libfuzzer-12-dev_12.0.0-1ubuntu1_amd64.deb
Size: 151680
MD5sum: 520c1a94f227f41f283a365c10a128af
SHA1: 3e4c4327cffab9feeadae469fd2cd5de0387912b
SHA256: 055b810b118c84cc8aa962e5617eed6cb16d464f48b81c8932c31147c32bc17f
SHA512: fbc5ba24b1a4fbb7e858927d0b556c5d03826739f5930303d200382062c8cd923088392bc7f3906d79167548c29009fe4dc43696425fbbd21c203e074f309ec5
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