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

Last updated: May 02,2024

1. Install "libfuzzer-6.0-dev" package

This is a short guide on how to install libfuzzer-6.0-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libfuzzer-6.0-dev" package

Please follow the step by step instructions below to uninstall libfuzzer-6.0-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libfuzzer-6.0-dev
Architecture: amd64
Version: 1:6.0-1ubuntu2~16.04.1
Priority: optional
Section: universe/libdevel
Source: llvm-toolchain-6.0
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 606
Depends: clang-6.0 (= 1:6.0-1ubuntu2~16.04.1)
Filename: pool/universe/l/llvm-toolchain-6.0/libfuzzer-6.0-dev_6.0-1ubuntu2~16.04.1_amd64.deb
Size: 111844
MD5sum: 399c9bee9a3354b447b8d252e1929b12
SHA1: f87b0100310bac689fd4ff91d35c8cc6df6c7379
SHA256: 8b9f037fcf3c7c10b294655cadcbcc018d9d6417a0f6c0856beb4b863800ca27
SHA512: 5a4cabc154c6f618cd1cee68c28307dc4b1e51f9d5e23cb90278662547ac4c0550d331ddcc961a36559e675e913414d0db0aa013b88a6559faad345520761d50
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