How To Install perl-Email-Address-List on Fedora 36

In this tutorial we learn how to install perl-Email-Address-List in Fedora 36. perl-Email-Address-List is RFC close address list parsing

Introduction

In this tutorial we learn how to install perl-Email-Address-List on Fedora 36.

What is perl-Email-Address-List

Parser for From, To, Cc, Bcc, Reply-To, Sender and previous prefixed with Resent- (e.g. Resent-From) headers.

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

Install perl-Email-Address-List 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-Email-Address-List using dnf by running the following command:

sudo dnf -y install perl-Email-Address-List

Install perl-Email-Address-List 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-Email-Address-List using yum by running the following command:

sudo yum -y install perl-Email-Address-List

How To Uninstall perl-Email-Address-List on Fedora 36

To uninstall only the perl-Email-Address-List package we can use the following command:

sudo dnf remove perl-Email-Address-List

perl-Email-Address-List Package Contents on Fedora 36

/usr/share/doc/perl-Email-Address-List
/usr/share/doc/perl-Email-Address-List/README
/usr/share/man/man3/Email::Address::List.3pm.gz
/usr/share/perl5/vendor_perl/Email
/usr/share/perl5/vendor_perl/Email/Address
/usr/share/perl5/vendor_perl/Email/Address/List.pm

References

Summary

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