How to Install and Uninstall perl-Date-Range.noarch Package on Rocky Linux 8

Last updated: May 18,2024

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

This is a short guide on how to install perl-Date-Range.noarch on Rocky Linux 8

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

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

This guide let you learn how to uninstall perl-Date-Range.noarch on Rocky Linux 8:

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

3. Information about the perl-Date-Range.noarch package on Rocky Linux 8

Last metadata expiration check: 0:16:56 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Date-Range
Version : 1.41
Release : 2.el8
Architecture : noarch
Size : 13 k
Source : perl-Date-Range-1.41-2.el8.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.