How to Install and Uninstall lmdb.src Package on Oracle Linux 9

Last updated: December 12,2024

1. Install "lmdb.src" package

Please follow the guidelines below to install lmdb.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install lmdb.src

2. Uninstall "lmdb.src" package

Please follow the instructions below to uninstall lmdb.src on Oracle Linux 9:

$ sudo dnf remove lmdb.src $ sudo dnf autoremove

3. Information about the lmdb.src package on Oracle Linux 9

Last metadata expiration check: 2:45:52 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : lmdb
Version : 0.9.29
Release : 3.el9
Architecture : src
Size : 160 k
Source : None
Repository : ol9_baseos_latest
Summary : Memory-mapped key-value database
URL : http://symas.com/mdb
License : OpenLDAP
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.