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

Last updated: November 07,2024

1. Install "libfuzzer-13-dev" package

This guide covers the steps necessary to install libfuzzer-13-dev on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libfuzzer-13-dev" package

Please follow the guidelines below to uninstall libfuzzer-13-dev on Ubuntu 21.10 (Impish Indri):

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

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

Package: libfuzzer-13-dev
Architecture: amd64
Version: 1:13.0.0-2
Priority: optional
Section: universe/libdevel
Source: llvm-toolchain-13
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 899
Depends: clang-13 (= 1:13.0.0-2)
Filename: pool/universe/l/llvm-toolchain-13/libfuzzer-13-dev_13.0.0-2_amd64.deb
Size: 171736
MD5sum: 350c6c28c570a0a40dd2263cb2d70975
SHA1: 614b646e7a78eb6901658eed8d6c816a0905969f
SHA256: 43152c234594824eb113221d7e87c71e21bc0f9b707aeb115fd2dc07e27717b4
SHA512: f2b21e7ca4959f7b13a507b5b2526da5de7e6fd9d5cd38aca94dc640288b494fbcb3fd0fe74e7f7f0af381f5f012f3c1d915de4a1095752b1c1e649fd040e078
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