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

In this tutorial we learn how to install perl-Date-Calc.noarch in Amazon Linux 2. perl-Date-Calc.noarch is Gregorian calendar date calculations

Introduction

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

What is perl-Date-Calc.noarch

The library provides all sorts of date calculations based on the Gregorian calendar (the one used in all western countries today), thereby complying with all relevant norms and standards 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where applicable).

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

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

sudo yum -y install perl-Date-Calc.noarch

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

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

sudo yum remove perl-Date-Calc.noarch

perl-Date-Calc.noarch Package Contents on Amazon Linux 2

/usr/share/doc/perl-Date-Calc-6.3
/usr/share/doc/perl-Date-Calc-6.3/Artistic.txt
/usr/share/doc/perl-Date-Calc-6.3/CHANGES.txt
/usr/share/doc/perl-Date-Calc-6.3/CREDITS.txt
/usr/share/doc/perl-Date-Calc-6.3/GNU_GPL.txt
/usr/share/doc/perl-Date-Calc-6.3/GNU_LGPL.txt
/usr/share/doc/perl-Date-Calc-6.3/README.txt
/usr/share/man/man3/Date::Calc.3pm.gz
/usr/share/man/man3/Date::Calc::Object.3pm.gz
/usr/share/man/man3/Date::Calc::PP.3pm.gz
/usr/share/man/man3/Date::Calendar.3pm.gz
/usr/share/man/man3/Date::Calendar::Profiles.3pm.gz
/usr/share/man/man3/Date::Calendar::Year.3pm.gz
/usr/share/perl5/vendor_perl/Date
/usr/share/perl5/vendor_perl/Date/Calc
/usr/share/perl5/vendor_perl/Date/Calc.pm
/usr/share/perl5/vendor_perl/Date/Calc.pod
/usr/share/perl5/vendor_perl/Date/Calc/Object.pm
/usr/share/perl5/vendor_perl/Date/Calc/Object.pod
/usr/share/perl5/vendor_perl/Date/Calc/PP.pm
/usr/share/perl5/vendor_perl/Date/Calc/PP.pod
/usr/share/perl5/vendor_perl/Date/Calendar
/usr/share/perl5/vendor_perl/Date/Calendar.pm
/usr/share/perl5/vendor_perl/Date/Calendar.pod
/usr/share/perl5/vendor_perl/Date/Calendar/Profiles.pm
/usr/share/perl5/vendor_perl/Date/Calendar/Profiles.pod
/usr/share/perl5/vendor_perl/Date/Calendar/Year.pm
/usr/share/perl5/vendor_perl/Date/Calendar/Year.pod

References

Summary

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