How To Install perl-CDB_File on Fedora 36

In this tutorial we learn how to install perl-CDB_File in Fedora 36. perl-CDB_File is Perl extension for access to cdb databases

Introduction

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

What is perl-CDB_File

CDB_File is a module which provides a Perl interface to Dan Berstein’s cdb package. cdb is a fast, reliable, lightweight package for creating and reading constant databases.

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

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

sudo dnf -y install perl-CDB_File

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

sudo yum -y install perl-CDB_File

How To Uninstall perl-CDB_File on Fedora 36

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

sudo dnf remove perl-CDB_File

perl-CDB_File Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/53c69ad268e3a7888bc6750f7301d82ecf2dc1
/usr/lib64/perl5/vendor_perl/CDB_File.pm
/usr/lib64/perl5/vendor_perl/auto/CDB_File
/usr/lib64/perl5/vendor_perl/auto/CDB_File/CDB_File.so
/usr/lib64/perl5/vendor_perl/bun-x.pl
/usr/share/doc/perl-CDB_File
/usr/share/doc/perl-CDB_File/ACKNOWLEDGE
/usr/share/doc/perl-CDB_File/COPYRIGHT
/usr/share/man/man3/CDB_File.3pm.gz

References

Summary

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