How to Install and Uninstall perl-LMDB_File.x86_64 Package on Fedora 35

Last updated: July 03,2024

1. Install "perl-LMDB_File.x86_64" package

This tutorial shows how to install perl-LMDB_File.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install perl-LMDB_File.x86_64

2. Uninstall "perl-LMDB_File.x86_64" package

Please follow the guidelines below to uninstall perl-LMDB_File.x86_64 on Fedora 35:

$ sudo dnf remove perl-LMDB_File.x86_64 $ sudo dnf autoremove

3. Information about the perl-LMDB_File.x86_64 package on Fedora 35

Last metadata expiration check: 5:17:03 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-LMDB_File
Version : 0.12
Release : 21.fc35
Architecture : x86_64
Size : 72 k
Source : perl-LMDB_File-0.12-21.fc35.src.rpm
Repository : fedora
Summary : Perl5 wrapper around the OpenLDAP's LMDB
URL : https://metacpan.org/release/LMDB_File
License : (GPL+ or Artistic) and Artistic 2.0
Description : 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://symas.com/mdb/ for details.
: 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.