How To Install perl-Email-Received on Fedora 36

In this tutorial we learn how to install perl-Email-Received in Fedora 36. perl-Email-Received is Parse an email Received

Introduction

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

What is perl-Email-Received

This module is a Perl Email Project rewrite of SpamAssassin’s email header parser. We did this so that the great work they did in analyzing pretty much every possible Received header format could be used in applications other than SpamAssassin itself.

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

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

sudo dnf -y install perl-Email-Received

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

sudo yum -y install perl-Email-Received

How To Uninstall perl-Email-Received on Fedora 36

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

sudo dnf remove perl-Email-Received

perl-Email-Received Package Contents on Fedora 36

/usr/share/doc/perl-Email-Received
/usr/share/doc/perl-Email-Received/Changes
/usr/share/doc/perl-Email-Received/README
/usr/share/man/man3/Email::Received.3pm.gz
/usr/share/perl5/vendor_perl/Email
/usr/share/perl5/vendor_perl/Email/Received
/usr/share/perl5/vendor_perl/Email/Received.pm
/usr/share/perl5/vendor_perl/Email/Received/Constants.pm

References

Summary

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