How To Install perl-DBD-Firebird on Rocky Linux 8

In this tutorial we learn how to install perl-DBD-Firebird on Rocky Linux 8. perl-DBD-Firebird is A Firebird interface for perl

Introduction

In this tutorial we learn how to install perl-DBD-Firebird on Rocky Linux 8.

What is perl-DBD-Firebird

DBD access to Firebird databases.

We can use yum or dnf to install perl-DBD-Firebird on Rocky Linux 8. 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 Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8

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 Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/47
/usr/lib/.build-id/47/73a6781c40ac5ae7d11ce6bd0e21e7591a7b60
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/1865205088cf14f09ee5258919bfe8f898fdc5
/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 Rocky Linux 8 using yum and dnf.