How to Install and Uninstall whichman Package on Kali Linux

Last updated: February 14,2025

1. Install "whichman" package

In this section, we are going to explain the necessary steps to install whichman on Kali Linux

$ sudo apt update $ sudo apt install whichman

2. Uninstall "whichman" package

This is a short guide on how to uninstall whichman on Kali Linux:

$ sudo apt remove whichman $ sudo apt autoclean && sudo apt autoremove

3. Information about the whichman package on Kali Linux

Package: whichman
Version: 2.4-10
Installed-Size: 73
Maintainer: Robert Luberda
Architecture: amd64
Depends: libc6 (>= 2.14)
Size: 20200
SHA256: 25d14178db9525859a7cae36c8c46c7f69a4eacc74d6aad30796302c5a975d1c
SHA1: 720fb6434613207a437262471cbe1d1d041eb8c3
MD5sum: e56105134aab0f0df456fb196c0889a0
Description: Fault tolerant search utilities: whichman, ftff, ftwhich
whichman uses a fault tolerant approximate matching algorithm to search
for man-pages that match approximately the specified name.
The fault tolerant matching is very useful in cases where you remember only
roughly the name of a command.
.
Example: whichman netwhat
This finds netstat.8: /usr/share/man/man8/netstat.8
.
ftff searches the directory tree. This is a case in-sensitive and fault
tolerant way of 'find . -name xxxx -print'.
.
ftwhich finds files which are in one of the directories in your PATH
and uses a fault tolerant search algorithm.
Description-md5:
Homepage: http://linuxfocus.org/~guido/#whichman
Tag: implemented-in::c, interface::commandline, role::program,
scope::utility, use::searching, works-with-format::man,
works-with::text
Section: utils
Priority: optional
Filename: pool/main/w/whichman/whichman_2.4-10_amd64.deb