How To Install perl-DateTime-Event-Recurrence on Rocky Linux 8

In this tutorial we learn how to install perl-DateTime-Event-Recurrence on Rocky Linux 8. perl-DateTime-Event-Recurrence is DateTime

Introduction

In this tutorial we learn how to install perl-DateTime-Event-Recurrence on Rocky Linux 8.

What is perl-DateTime-Event-Recurrence

This module provides convenience methods that let you easily create DateTime “every day”. You can also create more complicated recurrences, such as “every Monday, Wednesday and Thursday at 10

We can use yum or dnf to install perl-DateTime-Event-Recurrence on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-DateTime-Event-Recurrence.

Install perl-DateTime-Event-Recurrence on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-DateTime-Event-Recurrence using dnf by running the following command:

sudo dnf -y install perl-DateTime-Event-Recurrence

Install perl-DateTime-Event-Recurrence on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-DateTime-Event-Recurrence using yum by running the following command:

sudo yum -y install perl-DateTime-Event-Recurrence

How To Uninstall perl-DateTime-Event-Recurrence on Rocky Linux 8

To uninstall only the perl-DateTime-Event-Recurrence package we can use the following command:

sudo dnf remove perl-DateTime-Event-Recurrence

perl-DateTime-Event-Recurrence Package Contents on Rocky Linux 8

/usr/share/doc/perl-DateTime-Event-Recurrence
/usr/share/doc/perl-DateTime-Event-Recurrence/CREDITS
/usr/share/doc/perl-DateTime-Event-Recurrence/Changes
/usr/share/doc/perl-DateTime-Event-Recurrence/README
/usr/share/doc/perl-DateTime-Event-Recurrence/TODO
/usr/share/licenses/perl-DateTime-Event-Recurrence
/usr/share/licenses/perl-DateTime-Event-Recurrence/LICENSE
/usr/share/man/man3/DateTime::Event::Recurrence.3pm.gz
/usr/share/perl5/vendor_perl/DateTime
/usr/share/perl5/vendor_perl/DateTime/Event
/usr/share/perl5/vendor_perl/DateTime/Event/Recurrence.pm

References

Summary

In this tutorial we learn how to install perl-DateTime-Event-Recurrence on Rocky Linux 8 using yum and dnf.