How To Install perl-LMDB_File on Fedora 36

In this tutorial we learn how to install perl-LMDB_File in Fedora 36. perl-LMDB_File is Perl5 wrapper around the OpenLDAP’s LMDB

Introduction

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

What is perl-LMDB_File

LMDB_File is a Perl wrapper around the OpenLDAP’s LMDB (Lightning Memory-Mapped Database) C library. LMDB is an ultra-fast, ultra-compact key-value data store developed by Symas for the OpenLDAP Project. See http LMDB_File provides full access to the complete C API, a thin Perl wrapper with an Object-Oriented interface and a simple Perl’s tie interface compatible with others DBMs.

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

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

sudo dnf -y install perl-LMDB_File

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

sudo yum -y install perl-LMDB_File

How To Uninstall perl-LMDB_File on Fedora 36

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

sudo dnf remove perl-LMDB_File

perl-LMDB_File Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/58e8c9ea2095a177335dfa2ce701b27ec09cc8
/usr/lib64/perl5/vendor_perl/LMDB_File.pm
/usr/lib64/perl5/vendor_perl/auto/LMDB_File
/usr/lib64/perl5/vendor_perl/auto/LMDB_File/LMDB_File.so
/usr/lib64/perl5/vendor_perl/auto/LMDB_File/autosplit.ix
/usr/share/doc/perl-LMDB_File
/usr/share/doc/perl-LMDB_File/Changes
/usr/share/doc/perl-LMDB_File/README
/usr/share/licenses/perl-LMDB_File
/usr/share/licenses/perl-LMDB_File/LICENSE
/usr/share/man/man3/LMDB_File.3pm.gz

References

Summary

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