How To Install perl-Date-Extract on Fedora 36

In this tutorial we learn how to install perl-Date-Extract in Fedora 36. perl-Date-Extract is Date

Introduction

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

What is perl-Date-Extract

Search a string for something that looks like a date string, and build a DateTime object out of it.

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

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

sudo dnf -y install perl-Date-Extract

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

sudo yum -y install perl-Date-Extract

How To Uninstall perl-Date-Extract on Fedora 36

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

sudo dnf remove perl-Date-Extract

perl-Date-Extract Package Contents on Fedora 36

/usr/share/doc/perl-Date-Extract
/usr/share/doc/perl-Date-Extract/Changes
/usr/share/doc/perl-Date-Extract/README
/usr/share/man/man3/Date::Extract.3pm.gz
/usr/share/perl5/vendor_perl/Date
/usr/share/perl5/vendor_perl/Date/Extract.pm

References

Summary

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