How To Install perl-Date-Calc-XS on Fedora 36

In this tutorial we learn how to install perl-Date-Calc-XS in Fedora 36. perl-Date-Calc-XS is XS wrapper and C library plug-in for Date

Introduction

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

What is perl-Date-Calc-XS

Date

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

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

sudo dnf -y install perl-Date-Calc-XS

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

sudo yum -y install perl-Date-Calc-XS

How To Uninstall perl-Date-Calc-XS on Fedora 36

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

sudo dnf remove perl-Date-Calc-XS

perl-Date-Calc-XS Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/506809ee7451ced2bdfe0a462d908088c1b628
/usr/lib64/perl5/vendor_perl/Date
/usr/lib64/perl5/vendor_perl/Date/Calc
/usr/lib64/perl5/vendor_perl/Date/Calc/XS.pm
/usr/lib64/perl5/vendor_perl/Date/Calc/XS.pod
/usr/lib64/perl5/vendor_perl/auto
/usr/lib64/perl5/vendor_perl/auto/Date
/usr/lib64/perl5/vendor_perl/auto/Date/Calc
/usr/lib64/perl5/vendor_perl/auto/Date/Calc/XS
/usr/lib64/perl5/vendor_perl/auto/Date/Calc/XS/XS.so
/usr/share/doc/perl-Date-Calc-XS
/usr/share/doc/perl-Date-Calc-XS/CHANGES.txt
/usr/share/doc/perl-Date-Calc-XS/CREDITS.txt
/usr/share/doc/perl-Date-Calc-XS/README.txt
/usr/share/licenses/perl-Date-Calc-XS
/usr/share/licenses/perl-Date-Calc-XS/license
/usr/share/licenses/perl-Date-Calc-XS/license/Artistic.txt
/usr/share/licenses/perl-Date-Calc-XS/license/GNU_GPL.txt
/usr/share/licenses/perl-Date-Calc-XS/license/GNU_LGPL.txt
/usr/share/man/man3/Date::Calc::XS.3pm.gz

References

Summary

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