How to Install and Uninstall libfuzzer-16-dev Package on Kali Linux

Last updated: May 17,2024

1. Install "libfuzzer-16-dev" package

Here is a brief guide to show you how to install libfuzzer-16-dev on Kali Linux

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

2. Uninstall "libfuzzer-16-dev" package

Learn how to uninstall libfuzzer-16-dev on Kali Linux:

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

3. Information about the libfuzzer-16-dev package on Kali Linux

Package: libfuzzer-16-dev
Source: llvm-toolchain-16
Version: 1:16.0.6-20
Installed-Size: 890
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: clang-16 (= 1:16.0.6-20)
Size: 190156
SHA256: dce26b6eb3a1d0d97aa502cd1a9e8354544bdbc9e42f7becfe86d8448f6f1fc8
SHA1: 7be06f737898481922e92977fb9d023aeae8454b
MD5sum: badef4c214aa8ad6dd5f76b997e377d3
Description: 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:
Homepage: https://www.llvm.org/
Section: libdevel
Priority: optional
Filename: pool/main/l/llvm-toolchain-16/libfuzzer-16-dev_16.0.6-20_amd64.deb