How To Install perl-Date-HolidayParser on Fedora 36

In this tutorial we learn how to install perl-Date-HolidayParser in Fedora 36. perl-Date-HolidayParser is Parser for .holiday-files

Introduction

In this tutorial we learn how to install perl-Date-HolidayParser on Fedora 36.

What is perl-Date-HolidayParser

This is a module that parses .holiday-style files. These are files that define holidays in various parts of the world. The files are easy to write and easy for humans to read, but can be hard to parse because the format allows many different ways to write it.

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

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

sudo dnf -y install perl-Date-HolidayParser

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

sudo yum -y install perl-Date-HolidayParser

How To Uninstall perl-Date-HolidayParser on Fedora 36

To uninstall only the perl-Date-HolidayParser package we can use the following command:

sudo dnf remove perl-Date-HolidayParser

perl-Date-HolidayParser Package Contents on Fedora 36

/usr/share/doc/perl-Date-HolidayParser
/usr/share/doc/perl-Date-HolidayParser/Changes
/usr/share/doc/perl-Date-HolidayParser/README
/usr/share/licenses/perl-Date-HolidayParser
/usr/share/licenses/perl-Date-HolidayParser/COPYING
/usr/share/licenses/perl-Date-HolidayParser/COPYING.artistic
/usr/share/licenses/perl-Date-HolidayParser/COPYING.gpl
/usr/share/man/man3/Date::HolidayParser.3pm.gz
/usr/share/man/man3/Date::HolidayParser::iCalendar.3pm.gz
/usr/share/perl5/vendor_perl/Date
/usr/share/perl5/vendor_perl/Date/HolidayParser
/usr/share/perl5/vendor_perl/Date/HolidayParser.pm
/usr/share/perl5/vendor_perl/Date/HolidayParser/iCalendar.pm

References

Summary

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