How To Install perl-Email-Date-Format.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-Email-Date-Format.noarch in Amazon Linux 2. perl-Email-Date-Format.noarch is Produce RFC 2822 date strings

Introduction

In this tutorial we learn how to install perl-Email-Date-Format.noarch on Amazon Linux 2.

What is perl-Email-Date-Format.noarch

This module can be used to emit RFC 2822 style date strings.

We can use yum to install perl-Email-Date-Format.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Email-Date-Format.noarch.

Install perl-Email-Date-Format.noarch on Amazon Linux 2 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-Format.noarch using yum by running the following command:

sudo yum -y install perl-Email-Date-Format.noarch

How To Uninstall perl-Email-Date-Format.noarch on Amazon Linux 2

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

sudo yum remove perl-Email-Date-Format.noarch

perl-Email-Date-Format.noarch Package Contents on Amazon Linux 2

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

References

Summary

In this tutorial we learn how to install perl-Email-Date-Format.noarch on Amazon Linux 2 using yum.