How To Install perl-DBIx-Class-DateTime-Epoch on Fedora 36

In this tutorial we learn how to install perl-DBIx-Class-DateTime-Epoch in Fedora 36. perl-DBIx-Class-DateTime-Epoch is Automatic inflation/deflation of epoch-based DateTime objects for DBIx

Introduction

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

What is perl-DBIx-Class-DateTime-Epoch

This module automatically inflates/deflates DateTime objects corresponding to applicable columns. Columns may also be defined to specify their nature, such as columns representing a creation time (set at time of insertion) or a modification time (set at time of every update).

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

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

sudo dnf -y install perl-DBIx-Class-DateTime-Epoch

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

sudo yum -y install perl-DBIx-Class-DateTime-Epoch

How To Uninstall perl-DBIx-Class-DateTime-Epoch on Fedora 36

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

sudo dnf remove perl-DBIx-Class-DateTime-Epoch

perl-DBIx-Class-DateTime-Epoch Package Contents on Fedora 36

/usr/share/doc/perl-DBIx-Class-DateTime-Epoch
/usr/share/doc/perl-DBIx-Class-DateTime-Epoch/Changes
/usr/share/doc/perl-DBIx-Class-DateTime-Epoch/README
/usr/share/man/man3/DBIx::Class::DateTime::Epoch.3pm.gz
/usr/share/perl5/vendor_perl/DBIx
/usr/share/perl5/vendor_perl/DBIx/Class
/usr/share/perl5/vendor_perl/DBIx/Class/DateTime
/usr/share/perl5/vendor_perl/DBIx/Class/DateTime/Epoch.pm

References

Summary

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