How To Install perl-DBD-Multi on Fedora 36

In this tutorial we learn how to install perl-DBD-Multi in Fedora 36. perl-DBD-Multi is DB Proxy with fail-over and load balancing

Introduction

In this tutorial we learn how to install perl-DBD-Multi on Fedora 36.

What is perl-DBD-Multi

This software manages multiple database connections for fail-overs and also simple load balancing. It acts as a proxy between your code and your database connections, transparently choosing a connection for each query, based on your preferences and present availability of the DB server.

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

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

sudo dnf -y install perl-DBD-Multi

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

sudo yum -y install perl-DBD-Multi

How To Uninstall perl-DBD-Multi on Fedora 36

To uninstall only the perl-DBD-Multi package we can use the following command:

sudo dnf remove perl-DBD-Multi

perl-DBD-Multi Package Contents on Fedora 36

/usr/share/doc/perl-DBD-Multi
/usr/share/doc/perl-DBD-Multi/Changes
/usr/share/doc/perl-DBD-Multi/README.md
/usr/share/doc/perl-DBD-Multi/TODO
/usr/share/man/man3/DBD::Multi.3pm.gz
/usr/share/perl5/vendor_perl/DBD
/usr/share/perl5/vendor_perl/DBD/Multi.pm

References

Summary

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