How To Install perl-iCal-Parser on Fedora 36

In this tutorial we learn how to install perl-iCal-Parser in Fedora 36. perl-iCal-Parser is Parse iCalendar files into a data structure

Introduction

In this tutorial we learn how to install perl-iCal-Parser on Fedora 36.

What is perl-iCal-Parser

This Perl module processes iCalendar (vCalendar 2.0) files as specified in RFC 2445 into a data structure. It handles recurrences (RRULEs), exclusions (EXDATEs), event updates (events with a RECURRENCE-ID), and nested data structures (ATTENDEES and VALARMs). It currently ignores the VTIMEZONE, VJOURNAL and VFREEBUSY entry types.

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

Install perl-iCal-Parser 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-iCal-Parser using dnf by running the following command:

sudo dnf -y install perl-iCal-Parser

Install perl-iCal-Parser 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-iCal-Parser using yum by running the following command:

sudo yum -y install perl-iCal-Parser

How To Uninstall perl-iCal-Parser on Fedora 36

To uninstall only the perl-iCal-Parser package we can use the following command:

sudo dnf remove perl-iCal-Parser

perl-iCal-Parser Package Contents on Fedora 36

/usr/share/doc/perl-iCal-Parser
/usr/share/doc/perl-iCal-Parser/ChangeLog
/usr/share/doc/perl-iCal-Parser/README
/usr/share/licenses/perl-iCal-Parser
/usr/share/licenses/perl-iCal-Parser/LICENSE
/usr/share/man/man3/iCal::Parser.3pm.gz
/usr/share/perl5/vendor_perl/iCal
/usr/share/perl5/vendor_perl/iCal/Parser.pm

References

Summary

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