How to Install and Uninstall whiff Package on Kali Linux

Last updated: May 17,2024

1. Install "whiff" package

Learn how to install whiff on Kali Linux

$ sudo apt update $ sudo apt install whiff

2. Uninstall "whiff" package

This tutorial shows how to uninstall whiff on Kali Linux:

$ sudo apt remove whiff $ sudo apt autoclean && sudo apt autoremove

3. Information about the whiff package on Kali Linux

Package: whiff
Version: 0.008-1
Installed-Size: 26
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libfile-which-perl
Size: 8916
SHA256: 369597045cd279bcab56439c636b64feb8aa2a59de6d109641ad5ae3052b10c7
SHA1: 993245a1646b3f2b60494eddd4ab78b98f17de36
MD5sum: 20c1271089dd5c7adbd1a44b281c35a4
Description: helper to find the first executable of a series of alternatives
whiff command, which takes a number of command names and returns the first one
that exists and is executable.
.
It assumes that all the arguments form a best-first list of
alternatives, and only prints the path to the first alternative found in
the path. If none is found, it prints an error (to stderr) and exits
with an error code.
.
A programmer interface is available in the App::Whiff module.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/App-Whiff
Tag: implemented-in::perl, role::program, use::searching
Section: perl
Priority: optional
Filename: pool/main/w/whiff/whiff_0.008-1_all.deb