How To Install perl-Rose-DateTime on Fedora 36

In this tutorial we learn how to install perl-Rose-DateTime in Fedora 36. perl-Rose-DateTime is DateTime helper functions and objects

Introduction

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

What is perl-Rose-DateTime

The Rose objects for use with DateTime dates.

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

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

sudo dnf -y install perl-Rose-DateTime

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

sudo yum -y install perl-Rose-DateTime

How To Uninstall perl-Rose-DateTime on Fedora 36

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

sudo dnf remove perl-Rose-DateTime

perl-Rose-DateTime Package Contents on Fedora 36

/usr/share/doc/perl-Rose-DateTime
/usr/share/doc/perl-Rose-DateTime/Changes
/usr/share/man/man3/Rose::DateTime.3pm.gz
/usr/share/man/man3/Rose::DateTime::Parser.3pm.gz
/usr/share/man/man3/Rose::DateTime::Util.3pm.gz
/usr/share/perl5/vendor_perl/Rose/DateTime
/usr/share/perl5/vendor_perl/Rose/DateTime.pm
/usr/share/perl5/vendor_perl/Rose/DateTime/Parser.pm
/usr/share/perl5/vendor_perl/Rose/DateTime/Util.pm

References

Summary

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