How To Install perl-Apache-DBI-Cache on Fedora 36

In this tutorial we learn how to install perl-Apache-DBI-Cache in Fedora 36. perl-Apache-DBI-Cache is Perl DBI connection cache

Introduction

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

What is perl-Apache-DBI-Cache

This module is an alternative to Apache Apache while overcoming certain limitations. It is compatible with mod_perl, though it does not require it.

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

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

sudo dnf -y install perl-Apache-DBI-Cache

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

sudo yum -y install perl-Apache-DBI-Cache

How To Uninstall perl-Apache-DBI-Cache on Fedora 36

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

sudo dnf remove perl-Apache-DBI-Cache

perl-Apache-DBI-Cache Package Contents on Fedora 36

/usr/share/doc/perl-Apache-DBI-Cache
/usr/share/doc/perl-Apache-DBI-Cache/Changes
/usr/share/man/man3/Apache::DBI::Cache.3pm.gz
/usr/share/man/man3/Apache::DBI::Cache::ImaDBI.3pm.gz
/usr/share/man/man3/Apache::DBI::Cache::mysql.3pm.gz
/usr/share/perl5/vendor_perl/Apache
/usr/share/perl5/vendor_perl/Apache/DBI
/usr/share/perl5/vendor_perl/Apache/DBI/Cache
/usr/share/perl5/vendor_perl/Apache/DBI/Cache.pm
/usr/share/perl5/vendor_perl/Apache/DBI/Cache.pod
/usr/share/perl5/vendor_perl/Apache/DBI/Cache/ImaDBI.pm
/usr/share/perl5/vendor_perl/Apache/DBI/Cache/mysql.pm

References

Summary

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