How To Install perl-DBD-Pg on Fedora 36

In this tutorial we learn how to install perl-DBD-Pg in Fedora 36. perl-DBD-Pg is A PostgreSQL interface for Perl

Introduction

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

What is perl-DBD-Pg

DBD to PostgreSQL databases.

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

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

sudo dnf -y install perl-DBD-Pg

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

sudo yum -y install perl-DBD-Pg

How To Uninstall perl-DBD-Pg on Fedora 36

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

sudo dnf remove perl-DBD-Pg

perl-DBD-Pg Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/12f38f2bb9a5545a9902ff14fb35c3621843e1
/usr/lib64/perl5/vendor_perl/Bundle/DBD/Pg.pm
/usr/lib64/perl5/vendor_perl/DBD
/usr/lib64/perl5/vendor_perl/DBD/Pg.pm
/usr/lib64/perl5/vendor_perl/auto/DBD
/usr/lib64/perl5/vendor_perl/auto/DBD/Pg
/usr/lib64/perl5/vendor_perl/auto/DBD/Pg/Pg.so
/usr/share/doc/perl-DBD-Pg
/usr/share/doc/perl-DBD-Pg/Changes
/usr/share/doc/perl-DBD-Pg/README
/usr/share/doc/perl-DBD-Pg/README.dev
/usr/share/doc/perl-DBD-Pg/TODO
/usr/share/licenses/perl-DBD-Pg
/usr/share/licenses/perl-DBD-Pg/artistic.txt
/usr/share/licenses/perl-DBD-Pg/gpl-2.0.txt
/usr/share/man/man3/Bundle::DBD::Pg.3pm.gz
/usr/share/man/man3/DBD::Pg.3pm.gz

References

Summary

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