How To Install perl-DateTime-Event-ICal on Fedora 36

In this tutorial we learn how to install perl-DateTime-Event-ICal in Fedora 36. perl-DateTime-Event-ICal is Perl DateTime extension for computing rfc2445 recurrences

Introduction

In this tutorial we learn how to install perl-DateTime-Event-ICal on Fedora 36.

What is perl-DateTime-Event-ICal

This module provides convenience methods that let you easily create DateTime

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

Install perl-DateTime-Event-ICal 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-Event-ICal using dnf by running the following command:

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

Install perl-DateTime-Event-ICal 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-Event-ICal using yum by running the following command:

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

How To Uninstall perl-DateTime-Event-ICal on Fedora 36

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

sudo dnf remove perl-DateTime-Event-ICal

perl-DateTime-Event-ICal Package Contents on Fedora 36

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

References

Summary

In this tutorial we learn how to install perl-DateTime-Event-ICal on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).