How to Install and Uninstall fuzz Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "fuzz" package

This guide let you learn how to install fuzz on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install fuzz

2. Uninstall "fuzz" package

This tutorial shows how to uninstall fuzz on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the fuzz package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: fuzz
Priority: optional
Section: universe/devel
Installed-Size: 80
Maintainer: Ubuntu Developers
Original-Maintainer: Jari Aalto
Architecture: amd64
Version: 0.6-14
Depends: libc6 (>= 2.12)
Filename: pool/universe/f/fuzz/fuzz_0.6-14_amd64.deb
Size: 22390
MD5sum: 5fc8cd1b9fc1d4ca947ef7ee4e2186a0
SHA1: 1034cf06075189e624b80b32fef4b0c4832cccd5
SHA256: ac26bb99e477de1e7f3c698f71278a40d1a4f3cb09f367bd343e293cea0ad1f2
Description-en: 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: ff3ef1b766f8b8faf96d0fbb67bed0cc
Homepage: http://freshmeat.net/projects/fuzz
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu