How to Install and Uninstall lmdb.i686 Package on Fedora 38

Last updated: March 01,2025

1. Install "lmdb.i686" package

Please follow the steps below to install lmdb.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install lmdb.i686

2. Uninstall "lmdb.i686" package

This guide covers the steps necessary to uninstall lmdb.i686 on Fedora 38:

$ sudo dnf remove lmdb.i686 $ sudo dnf autoremove

3. Information about the lmdb.i686 package on Fedora 38

Last metadata expiration check: 2:37:33 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : lmdb
Version : 0.9.32
Release : 1.fc38
Architecture : i686
Size : 32 k
Source : lmdb-0.9.32-1.fc38.src.rpm
Repository : updates
Summary : Memory-mapped key-value database
URL : https://www.symas.com/lmdb
License : OLDAP-2.8
Description : LMDB is an ultra-fast, ultra-compact key-value embedded data
: store developed by Symas for the OpenLDAP Project. By using memory-mapped files,
: it provides the read performance of a pure in-memory database while still
: offering the persistence of standard disk-based databases, and is only limited
: to the size of the virtual address space.