How To Install perl-Ima-DBI on Fedora 36

In this tutorial we learn how to install perl-Ima-DBI in Fedora 36. perl-Ima-DBI is Database connection caching and organization

Introduction

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

What is perl-Ima-DBI

Database connection caching and organization.

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

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

sudo dnf -y install perl-Ima-DBI

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

sudo yum -y install perl-Ima-DBI

How To Uninstall perl-Ima-DBI on Fedora 36

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

sudo dnf remove perl-Ima-DBI

perl-Ima-DBI Package Contents on Fedora 36

/usr/share/doc/perl-Ima-DBI
/usr/share/doc/perl-Ima-DBI/Changes
/usr/share/man/man3/Ima::DBI.3pm.gz
/usr/share/perl5/vendor_perl/Ima
/usr/share/perl5/vendor_perl/Ima/DBI.pm

References

Summary

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