How to Install and Uninstall fuzz Package on Kali Linux

Last updated: May 20,2024

1. Install "fuzz" package

This guide covers the steps necessary to install fuzz on Kali Linux

$ sudo apt update $ sudo apt install fuzz

2. Uninstall "fuzz" package

In this section, we are going to explain the necessary steps to uninstall fuzz on Kali Linux:

$ sudo apt remove fuzz $ sudo apt autoclean && sudo apt autoremove

3. Information about the fuzz package on Kali Linux

Package: fuzz
Version: 0.6-19.1
Installed-Size: 56
Maintainer: Daniel Pimentel
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 18868
SHA256: a95579afe6a95653ef8953c55e82893ea03d122c47acf4e9a6cca6dc1b9554cd
SHA1: fa08c7d73de291f59d65cec533c136ee89e30204
MD5sum: 84e3b9efc8b2d2b1b3ab647c3f1f65c3
Description: stress-test programs by giving them random input
The fuzz generator is designed to attack certain kinds of software and
expose one particular kind of bug common in software. This is the
situation where the programmer implicitly makes some assumptions about
the data stream that the program will be parsing. If the data stream
is substantially different then the program might not be able to deal
with it.
Description-md5:
Homepage: https://sourceforge.net/projects/fuzz
Tag: devel::testing-qa, interface::commandline, role::program, use::checking
Section: devel
Priority: optional
Filename: pool/main/f/fuzz/fuzz_0.6-19.1_amd64.deb