How To Install perl-Date-Range on Fedora 36

In this tutorial we learn how to install perl-Date-Range in Fedora 36. perl-Date-Range is Work with a range of dates

Introduction

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

What is perl-Date-Range

Quite often, when dealing with dates, we don’t just want to know information about one particular date, but about a range of dates. For example, we may wish to know whether a given date is in a particular range, or what the overlap is between one range and another. This module lets you ask such questions.

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

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

sudo dnf -y install perl-Date-Range

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

sudo yum -y install perl-Date-Range

How To Uninstall perl-Date-Range on Fedora 36

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

sudo dnf remove perl-Date-Range

perl-Date-Range Package Contents on Fedora 36

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

References

Summary

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