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

Last updated: May 20,2024

1. Install "whichman" package

Please follow the steps below to install whichman on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install whichman

2. Uninstall "whichman" package

Please follow the steps below to uninstall whichman on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: whichman
Priority: optional
Section: universe/utils
Installed-Size: 88
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Luberda
Architecture: amd64
Version: 2.4-8
Depends: libc6 (>= 2.14)
Filename: pool/universe/w/whichman/whichman_2.4-8_amd64.deb
Size: 18708
MD5sum: 7bed02a33fcc8720d4875110ff7d1b46
SHA1: 750f8dfba86578b446a6c9810116c8dbf04afe5a
SHA256: 94062a19d95451dee8c3a25ac70d03332440606e92a6985a2c203a3196623cbc
Description-en: 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: 544ce06170526d5dad4c72a5d2ce739c
Homepage: http://linuxfocus.org/~guido/#whichman
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu