Install zzuf
Installing zzuf package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install zzuf
zzuf package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | zzuf |
version | 0.14-1 |
description | transparent application fuzzer |
subsection | devel |
maintainer | Sam Hocevar |
Uninstall zzuf
To remove just zzuf package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove zzuf
Uninstall zzuf and it’s dependent packages
To remove the zzuf package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove zzuf
Purging zzuf
If you also want to delete configuration and/or data files of zzuf from Debian Sid then this will work:
sudo apt-get purge zzuf
To delete configuration and/or data files of zzuf and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove zzuf