How to Install and Uninstall libmail-rfc822-address-perl Package on Kali Linux

Last updated: November 26,2024

1. Install "libmail-rfc822-address-perl" package

This is a short guide on how to install libmail-rfc822-address-perl on Kali Linux

$ sudo apt update $ sudo apt install libmail-rfc822-address-perl

2. Uninstall "libmail-rfc822-address-perl" package

This guide let you learn how to uninstall libmail-rfc822-address-perl on Kali Linux:

$ sudo apt remove libmail-rfc822-address-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmail-rfc822-address-perl package on Kali Linux

Package: libmail-rfc822-address-perl
Version: 0.4-3
Installed-Size: 25
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 8536
SHA256: 167e2ed522508e7190debdad4e3c145e62ab63111085796fac640eabd728d72f
SHA1: c77171214d100e53935f4d51f7e284b0b7daa41d
MD5sum: 9ff785646d049d38b9ac04926b29a230
Description: Perl extension for validating email addresses
Mail::RFC822::Address validates email addresses against the grammar described
in RFC 822 using regular expressions. How to validate a user supplied email
address is a FAQ (see perlfaq9): the only sure way to see if a supplied email
address is genuine is to send an email to it and see if the user receives it.
The one useful check that can be performed on an address is to check that the
email address is syntactically valid. That is what this module does.
.
This module is functionally equivalent to RFC::RFC822::Address, but uses
regular expressions rather than the Parse::RecDescent parser. This means that
startup time is greatly reduced making it suitable for use in transient scripts
such as CGI scripts.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.ex-parrot.com/~pdw/Mail-RFC822-Address.html
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::program,
use::checking, works-with::mail
Section: perl
Priority: optional
Filename: pool/main/libm/libmail-rfc822-address-perl/libmail-rfc822-address-perl_0.4-3_all.deb