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

Last updated: May 16,2024

1. Install "libfuzzer-4.0-dev" package

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

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

2. Uninstall "libfuzzer-4.0-dev" package

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

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

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

Package: libfuzzer-4.0-dev
Architecture: amd64
Version: 1:4.0-1ubuntu1~16.04.2
Priority: optional
Section: libdevel
Source: llvm-toolchain-4.0
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 536
Depends: clang-4.0 (= 1:4.0-1ubuntu1~16.04.2)
Filename: pool/main/l/llvm-toolchain-4.0/libfuzzer-4.0-dev_4.0-1ubuntu1~16.04.2_amd64.deb
Size: 96174
MD5sum: aec2876504722e947ce8492dc9babb13
SHA1: 1ef4d20ff25d0c91c7609f485b8e186827ddc8c6
SHA256: 856aa2a71f4c5d53219251728ea53d28680960d30119d41e71ff36d6585ef799
SHA512: b09be92c0ffd977105e5ec642b8092fe21fdbb17c1e35667f50e5245818d16ecf8bdf66e1a264489b172c779c70ddd07e66efb1543dbd5e2d77ed58e3f8455d7
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
Supported: 5y