How To Install perl-Email-Date on Fedora 36

In this tutorial we learn how to install perl-Email-Date in Fedora 36. perl-Email-Date is Find and format date headers

Introduction

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

What is perl-Email-Date

RFC 2822 defines the “Date part of an email message. The syntax for date headers is clearly laid out. Stil, even a perfectly planned world has storms. The truth is, many programs get it wrong. Very wrong. Or, they don’t include a “Date header at all. This often forces you to look elsewhere for the date, and hoping to find something. For this reason, the tedious process of looking for a valid date has been encapsulated in this software. Further, the process of creating RFC compliant date strings is also found in this software.

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

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

sudo dnf -y install perl-Email-Date

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

sudo yum -y install perl-Email-Date

How To Uninstall perl-Email-Date on Fedora 36

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

sudo dnf remove perl-Email-Date

perl-Email-Date Package Contents on Fedora 36

/usr/share/doc/perl-Email-Date
/usr/share/doc/perl-Email-Date/README
/usr/share/licenses/perl-Email-Date
/usr/share/licenses/perl-Email-Date/LICENSE
/usr/share/man/man3/Email::Date.3pm.gz
/usr/share/perl5/vendor_perl/Email
/usr/share/perl5/vendor_perl/Email/Date.pm

References

Summary

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