How To Install perl-Mail-RFC822-Address on Fedora 36

In this tutorial we learn how to install perl-Mail-RFC822-Address in Fedora 36. perl-Mail-RFC822-Address is Perl extension for validating email addresses according to RFC822

Introduction

In this tutorial we learn how to install perl-Mail-RFC822-Address on Fedora 36.

What is perl-Mail-RFC822-Address

Mail described in RFC 822 using regular expressions. 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. This package only checks that the email address is syntactically valid.

We can use yum or dnf to install perl-Mail-RFC822-Address on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Mail-RFC822-Address.

Install perl-Mail-RFC822-Address on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Mail-RFC822-Address using dnf by running the following command:

sudo dnf -y install perl-Mail-RFC822-Address

Install perl-Mail-RFC822-Address on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Mail-RFC822-Address using yum by running the following command:

sudo yum -y install perl-Mail-RFC822-Address

How To Uninstall perl-Mail-RFC822-Address on Fedora 36

To uninstall only the perl-Mail-RFC822-Address package we can use the following command:

sudo dnf remove perl-Mail-RFC822-Address

perl-Mail-RFC822-Address Package Contents on Fedora 36

/usr/share/doc/perl-Mail-RFC822-Address
/usr/share/doc/perl-Mail-RFC822-Address/Changes
/usr/share/man/man3/Mail::RFC822::Address.3pm.gz
/usr/share/perl5/vendor_perl/Mail
/usr/share/perl5/vendor_perl/Mail/RFC822
/usr/share/perl5/vendor_perl/Mail/RFC822/Address.pm

References

Summary

In this tutorial we learn how to install perl-Mail-RFC822-Address on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).