How to Install and Uninstall perl-Date-Range.noarch Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "perl-Date-Range.noarch" package

Here is a brief guide to show you how to install perl-Date-Range.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-Date-Range.noarch

2. Uninstall "perl-Date-Range.noarch" package

Please follow the steps below to uninstall perl-Date-Range.noarch on Oracle Linux 9:

$ sudo dnf remove perl-Date-Range.noarch $ sudo dnf autoremove

3. Information about the perl-Date-Range.noarch package on Oracle Linux 9

Last metadata expiration check: 0:30:44 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Date-Range
Version : 1.41
Release : 2.el9
Architecture : noarch
Size : 13 k
Source : perl-Date-Range-1.41-2.el9.src.rpm
Repository : epel
Summary : Work with a range of dates
URL : https://metacpan.org/release/Date-Range
License : GPLv2+
Description : 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.