How to Install and Uninstall perl-DateTime-Set.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "perl-DateTime-Set.noarch" package

Here is a brief guide to show you how to install perl-DateTime-Set.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-DateTime-Set.noarch

2. Uninstall "perl-DateTime-Set.noarch" package

Please follow the guidance below to uninstall perl-DateTime-Set.noarch on Rocky Linux 8:

$ sudo dnf remove perl-DateTime-Set.noarch $ sudo dnf autoremove

3. Information about the perl-DateTime-Set.noarch package on Rocky Linux 8

Last metadata expiration check: 0:47:58 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-DateTime-Set
Version : 0.3900
Release : 12.el8
Architecture : noarch
Size : 65 k
Source : perl-DateTime-Set-0.3900-12.el8.src.rpm
Repository : epel
Summary : Datetime sets and set math
URL : https://metacpan.org/release/DateTime-Set
License : GPL+ or Artistic
Description : DateTime::Set is a module for datetime sets. It can be used to handle two
: different types of sets. The first is a fixed set of predefined datetime
: objects. For example, if we wanted to create a set of datetimes containing
: the birthdays of people in our family. The second type of set that it can
: handle is one based on the idea of a recurrence, such as "every Wednesday",
: or "noon on the 15th day of every month". This type of set can have fixed
: starting and ending datetimes, but neither is required. So our "every
: Wednesday set" could be "every Wednesday from the beginning of time until
: the end of time", or "every Wednesday after 2003-03-05 until the end of
: time", or "every Wednesday between 2003-03-05 and 2004-01-07".