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

In this tutorial we learn how to install perl-DateTime-Format-DBI in Fedora 36. perl-DateTime-Format-DBI is Find a parser class for a database connection

Introduction

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

What is perl-DateTime-Format-DBI

This module finds a DateTime with a given DBI connection (and DBD Note that this is most useful if you actually have the DateTime class for your particular database(s) installed! See, e.g., perl-DateTime-MySQL, perl-DateTime-Oracle, perl-DateTime-DB2, etc.

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

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

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

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

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

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

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

sudo dnf remove perl-DateTime-Format-DBI

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

/usr/share/doc/perl-DateTime-Format-DBI
/usr/share/doc/perl-DateTime-Format-DBI/Changes
/usr/share/doc/perl-DateTime-Format-DBI/README
/usr/share/licenses/perl-DateTime-Format-DBI
/usr/share/licenses/perl-DateTime-Format-DBI/LICENSE
/usr/share/man/man3/DateTime::Format::DBI.3pm.gz
/usr/share/perl5/vendor_perl/DateTime
/usr/share/perl5/vendor_perl/DateTime/Format
/usr/share/perl5/vendor_perl/DateTime/Format/DBI.pm

References

Summary

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