How To Install perl-DateTime-Set on Fedora 36
Introduction
In this tutorial we learn how to install perl-DateTime-Set
on Fedora 36.
What is perl-DateTime-Set
DateTime 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”.
We can use yum
or dnf
to install perl-DateTime-Set
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-DateTime-Set.
Install perl-DateTime-Set 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-DateTime-Set
using dnf
by running the following command:
sudo dnf -y install perl-DateTime-Set
Install perl-DateTime-Set 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-DateTime-Set
using yum
by running the following command:
sudo yum -y install perl-DateTime-Set
How To Uninstall perl-DateTime-Set on Fedora 36
To uninstall only the perl-DateTime-Set
package we can use the following command:
sudo dnf remove perl-DateTime-Set
perl-DateTime-Set Package Contents on Fedora 36
/usr/share/doc/perl-DateTime-Set
/usr/share/doc/perl-DateTime-Set/Changes
/usr/share/doc/perl-DateTime-Set/README
/usr/share/doc/perl-DateTime-Set/TODO
/usr/share/licenses/perl-DateTime-Set
/usr/share/licenses/perl-DateTime-Set/LICENSE
/usr/share/man/man3/DateTime::Set.3pm.gz
/usr/share/man/man3/DateTime::Span.3pm.gz
/usr/share/man/man3/DateTime::SpanSet.3pm.gz
/usr/share/man/man3/Set::Infinite::_recurrence.3pm.gz
/usr/share/perl5/vendor_perl/DateTime
/usr/share/perl5/vendor_perl/DateTime/Set.pm
/usr/share/perl5/vendor_perl/DateTime/Span.pm
/usr/share/perl5/vendor_perl/DateTime/SpanSet.pm
/usr/share/perl5/vendor_perl/Set
/usr/share/perl5/vendor_perl/Set/Infinite
/usr/share/perl5/vendor_perl/Set/Infinite/_recurrence.pm
References
Summary
In this tutorial we learn how to install perl-DateTime-Set
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).