How to Install and Uninstall libfuzzer-5.0-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libfuzzer-5.0-dev" package

Please follow the instructions below to install libfuzzer-5.0-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libfuzzer-5.0-dev" package

Please follow the guidelines below to uninstall libfuzzer-5.0-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libfuzzer-5.0-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libfuzzer-5.0-dev
Architecture: amd64
Version: 1:5.0-3~16.04.1
Priority: optional
Section: universe/libdevel
Source: llvm-toolchain-5.0
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 540
Depends: clang-5.0 (= 1:5.0-3~16.04.1)
Filename: pool/universe/l/llvm-toolchain-5.0/libfuzzer-5.0-dev_5.0-3~16.04.1_amd64.deb
Size: 102636
MD5sum: a588cd07db900370a7c159c4a0bc97c9
SHA1: 6a0c8ab58dab1269bdb4ed76036d6fa74cd4cc47
SHA256: d7dc5c4082b2ae4da5a3ed2e494bc0bc635a26a00d89d2e803697e55fe5acf7d
SHA512: 6c2fdb0f1584206b4882df868f6333dcda6a9971c2298faa6e9e3f51bd56404d07af071dc27beb79456c7b5285a68d5cff8dd0089b940e9292650247c4922d51
Homepage: http://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