How to Install and Uninstall libmail-rfc822-address-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

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

Please follow the guidelines below to install libmail-rfc822-address-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This tutorial shows how to uninstall libmail-rfc822-address-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libmail-rfc822-address-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmail-rfc822-address-perl
Priority: optional
Section: universe/perl
Installed-Size: 68
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.3-4
Depends: perl
Filename: pool/universe/libm/libmail-rfc822-address-perl/libmail-rfc822-address-perl_0.3-4_all.deb
Size: 9858
MD5sum: d907e8a10201eb4a46094c52ccf308ba
SHA1: 9483ae92e3ddfbd9002daa0b47650aad2938a409
SHA256: 855853717b226e2a146b761b92e998e5de5861215675add2dc502d7d96ab5ab3
Description-en: 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 recieves 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: e168e34eede55186658a1b689dde04fa
Homepage: http://search.cpan.org/dist/Mail-RFC822-Address/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu