How to Install and Uninstall vrfy Package on Kali Linux

Last updated: November 07,2024

1. Install "vrfy" package

Please follow the guidelines below to install vrfy on Kali Linux

$ sudo apt update $ sudo apt install vrfy

2. Uninstall "vrfy" package

Please follow the guidance below to uninstall vrfy on Kali Linux:

$ sudo apt remove vrfy $ sudo apt autoclean && sudo apt autoremove

3. Information about the vrfy package on Kali Linux

Package: vrfy
Version: 990522-11
Installed-Size: 64
Maintainer: Pedro Loami Barbosa dos Santos
Architecture: amd64
Replaces: netstd (<< 3.07-3)
Depends: libc6 (>= 2.11)
Size: 26272
SHA256: dc78ba4b8246d0e4dd5a19f26b0813a51529604cc780aaec2976c00c47ad131c
SHA1: c0595e9870c53ed0234607d690b2c4640c367812
MD5sum: c234fc907e3832ba2537c09f508794d3
Description: verify electronic mail addresses
'vrfy' is a tool to verify e-mail addresses and mailing lists. In its
simplest form it takes an address "user@domain", figures out the MX hosts
for "domain", and issues the SMTP command VRFY at the primary MX host
(optionally all), or at "domain" itself if no MX hosts exist. Without
"domain" it goes to "localhost".
.
More complex capabilities are:
* recursively expanding forward files or mailing lists,
* detecting mail forwarding loops,
* understanding full-blown RFC822 address specifications,
* syntax checking that can be carried out either locally or remotely,
* various options provided to exploit alternative protocol suites
if necessary, and to print many forms of verbose output.
.
Obvious limitations exist (mostly due to a lousy VRFY command
implementation on some hosts), but otherwise, it works pretty well.
Description-md5:
Tag: implemented-in::c, mail::smtp, protocol::smtp, role::program,
use::checking, works-with::mail
Section: mail
Priority: optional
Filename: pool/main/v/vrfy/vrfy_990522-11_amd64.deb