How To Install perl-DateTime-Format-Epoch on Fedora 36

In this tutorial we learn how to install perl-DateTime-Format-Epoch in Fedora 36. perl-DateTime-Format-Epoch is Convert DateTimes to/from epoch seconds

Introduction

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

What is perl-DateTime-Format-Epoch

This module can convert a DateTime object (or any object that can be converted to a DateTime object) to the number of seconds since a given epoch. It can also do the reverse.

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

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

sudo dnf -y install perl-DateTime-Format-Epoch

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

sudo yum -y install perl-DateTime-Format-Epoch

How To Uninstall perl-DateTime-Format-Epoch on Fedora 36

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

sudo dnf remove perl-DateTime-Format-Epoch

perl-DateTime-Format-Epoch Package Contents on Fedora 36

/usr/share/doc/perl-DateTime-Format-Epoch
/usr/share/doc/perl-DateTime-Format-Epoch/Changes
/usr/share/doc/perl-DateTime-Format-Epoch/README
/usr/share/doc/perl-DateTime-Format-Epoch/TODO
/usr/share/licenses/perl-DateTime-Format-Epoch
/usr/share/licenses/perl-DateTime-Format-Epoch/LICENSE
/usr/share/man/man3/DateTime::Format::Epoch.3pm.gz
/usr/share/man/man3/DateTime::Format::Epoch::ActiveDirectory.3pm.gz
/usr/share/man/man3/DateTime::Format::Epoch::DotNet.3pm.gz
/usr/share/man/man3/DateTime::Format::Epoch::JD.3pm.gz
/usr/share/man/man3/DateTime::Format::Epoch::Lilian.3pm.gz
/usr/share/man/man3/DateTime::Format::Epoch::MJD.3pm.gz
/usr/share/man/man3/DateTime::Format::Epoch::MacOS.3pm.gz
/usr/share/man/man3/DateTime::Format::Epoch::NTP.3pm.gz
/usr/share/man/man3/DateTime::Format::Epoch::RJD.3pm.gz
/usr/share/man/man3/DateTime::Format::Epoch::RataDie.3pm.gz
/usr/share/man/man3/DateTime::Format::Epoch::TAI64.3pm.gz
/usr/share/man/man3/DateTime::Format::Epoch::TJD.3pm.gz
/usr/share/man/man3/DateTime::Format::Epoch::Unix.3pm.gz
/usr/share/perl5/vendor_perl/DateTime
/usr/share/perl5/vendor_perl/DateTime/Format
/usr/share/perl5/vendor_perl/DateTime/Format/Epoch
/usr/share/perl5/vendor_perl/DateTime/Format/Epoch.pm
/usr/share/perl5/vendor_perl/DateTime/Format/Epoch/ActiveDirectory.pm
/usr/share/perl5/vendor_perl/DateTime/Format/Epoch/DotNet.pm
/usr/share/perl5/vendor_perl/DateTime/Format/Epoch/JD.pm
/usr/share/perl5/vendor_perl/DateTime/Format/Epoch/Lilian.pm
/usr/share/perl5/vendor_perl/DateTime/Format/Epoch/MJD.pm
/usr/share/perl5/vendor_perl/DateTime/Format/Epoch/MacOS.pm
/usr/share/perl5/vendor_perl/DateTime/Format/Epoch/NTP.pm
/usr/share/perl5/vendor_perl/DateTime/Format/Epoch/RJD.pm
/usr/share/perl5/vendor_perl/DateTime/Format/Epoch/RataDie.pm
/usr/share/perl5/vendor_perl/DateTime/Format/Epoch/TAI64.pm
/usr/share/perl5/vendor_perl/DateTime/Format/Epoch/TJD.pm
/usr/share/perl5/vendor_perl/DateTime/Format/Epoch/Unix.pm

References

Summary

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