How To Install perl-DateTime-Format-Flexible on Rocky Linux 8

In this tutorial we learn how to install perl-DateTime-Format-Flexible on Rocky Linux 8. perl-DateTime-Format-Flexible is Flexibly parse strings and turn them into DateTime objects

Introduction

In this tutorial we learn how to install perl-DateTime-Format-Flexible on Rocky Linux 8.

What is perl-DateTime-Format-Flexible

If you have ever had to use a program that made you type in the date a certain way and thought “Why can’t the computer just figure out what date I wanted?”, this module is for you. DateTime it into a DateTime object.

We can use yum or dnf to install perl-DateTime-Format-Flexible on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-DateTime-Format-Flexible.

Install perl-DateTime-Format-Flexible on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-DateTime-Format-Flexible using dnf by running the following command:

sudo dnf -y install perl-DateTime-Format-Flexible

Install perl-DateTime-Format-Flexible on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-DateTime-Format-Flexible using yum by running the following command:

sudo yum -y install perl-DateTime-Format-Flexible

How To Uninstall perl-DateTime-Format-Flexible on Rocky Linux 8

To uninstall only the perl-DateTime-Format-Flexible package we can use the following command:

sudo dnf remove perl-DateTime-Format-Flexible

perl-DateTime-Format-Flexible Package Contents on Rocky Linux 8

/usr/share/doc/perl-DateTime-Format-Flexible
/usr/share/doc/perl-DateTime-Format-Flexible/Changes
/usr/share/doc/perl-DateTime-Format-Flexible/README
/usr/share/doc/perl-DateTime-Format-Flexible/TODO
/usr/share/doc/perl-DateTime-Format-Flexible/example
/usr/share/doc/perl-DateTime-Format-Flexible/example/parse_date.pl
/usr/share/licenses/perl-DateTime-Format-Flexible
/usr/share/licenses/perl-DateTime-Format-Flexible/LICENSE
/usr/share/man/man3/DateTime::Format::Flexible.3pm.gz
/usr/share/man/man3/DateTime::Format::Flexible::lang.3pm.gz
/usr/share/man/man3/DateTime::Format::Flexible::lang::de.3pm.gz
/usr/share/man/man3/DateTime::Format::Flexible::lang::en.3pm.gz
/usr/share/man/man3/DateTime::Format::Flexible::lang::es.3pm.gz
/usr/share/perl5/vendor_perl/DateTime
/usr/share/perl5/vendor_perl/DateTime/Format
/usr/share/perl5/vendor_perl/DateTime/Format/Flexible
/usr/share/perl5/vendor_perl/DateTime/Format/Flexible.pm
/usr/share/perl5/vendor_perl/DateTime/Format/Flexible/lang
/usr/share/perl5/vendor_perl/DateTime/Format/Flexible/lang.pm
/usr/share/perl5/vendor_perl/DateTime/Format/Flexible/lang/de.pm
/usr/share/perl5/vendor_perl/DateTime/Format/Flexible/lang/en.pm
/usr/share/perl5/vendor_perl/DateTime/Format/Flexible/lang/es.pm

References

Summary

In this tutorial we learn how to install perl-DateTime-Format-Flexible on Rocky Linux 8 using yum and dnf.