How to Install and Uninstall perl-DateTime-Set.noarch Package on Oracle Linux 9

Last updated: October 07,2024

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

Please follow the step by step instructions below to install perl-DateTime-Set.noarch on Oracle Linux 9

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

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

In this section, we are going to explain the necessary steps to uninstall perl-DateTime-Set.noarch on Oracle Linux 9:

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

3. Information about the perl-DateTime-Set.noarch package on Oracle Linux 9

Last metadata expiration check: 1:18:33 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-DateTime-Set
Version : 0.3900
Release : 20.el9
Architecture : noarch
Size : 58 k
Source : perl-DateTime-Set-0.3900-20.el9.src.rpm
Repository : epel
Summary : Datetime sets and set math
URL : https://metacpan.org/release/DateTime-Set
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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".