How To Install perl-DBD-Firebird on Fedora 36

In this tutorial we learn how to install perl-DBD-Firebird in Fedora 36. perl-DBD-Firebird is Firebird interface for perl

Introduction

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

What is perl-DBD-Firebird

DBD access to Firebird databases.

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

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

sudo dnf -y install perl-DBD-Firebird

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

sudo yum -y install perl-DBD-Firebird

How To Uninstall perl-DBD-Firebird on Fedora 36

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

sudo dnf remove perl-DBD-Firebird

perl-DBD-Firebird Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/b1483f939b2f5426052e3d2f9813eab2ead08d
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/9dc3fb299e2154f638c7e54d727e7a45c7acfb
/usr/lib64/perl5/vendor_perl/DBD
/usr/lib64/perl5/vendor_perl/DBD/Firebird
/usr/lib64/perl5/vendor_perl/DBD/Firebird.pm
/usr/lib64/perl5/vendor_perl/DBD/Firebird/GetInfo.pm
/usr/lib64/perl5/vendor_perl/DBD/Firebird/TableInfo
/usr/lib64/perl5/vendor_perl/DBD/Firebird/TableInfo.pm
/usr/lib64/perl5/vendor_perl/DBD/Firebird/TableInfo/Basic.pm
/usr/lib64/perl5/vendor_perl/DBD/Firebird/TableInfo/Firebird21.pm
/usr/lib64/perl5/vendor_perl/DBD/Firebird/TypeInfo.pm
/usr/lib64/perl5/vendor_perl/DBD/FirebirdEmbedded.pm
/usr/lib64/perl5/vendor_perl/auto/DBD
/usr/lib64/perl5/vendor_perl/auto/DBD/Firebird
/usr/lib64/perl5/vendor_perl/auto/DBD/Firebird/Firebird.so
/usr/lib64/perl5/vendor_perl/auto/DBD/FirebirdEmbedded
/usr/lib64/perl5/vendor_perl/auto/DBD/FirebirdEmbedded/FirebirdEmbedded.so
/usr/share/doc/perl-DBD-Firebird
/usr/share/doc/perl-DBD-Firebird/Changes
/usr/share/doc/perl-DBD-Firebird/README
/usr/share/man/man3/DBD::Firebird.3pm.gz
/usr/share/man/man3/DBD::Firebird::TableInfo::Basic.3pm.gz
/usr/share/man/man3/DBD::FirebirdEmbedded.3pm.gz

References

Summary

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