How to Install and Uninstall lmdb.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "lmdb.x86_64" package

This is a short guide on how to install lmdb.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install lmdb.x86_64

2. Uninstall "lmdb.x86_64" package

This is a short guide on how to uninstall lmdb.x86_64 on Rocky Linux 8:

$ sudo dnf remove lmdb.x86_64 $ sudo dnf autoremove

3. Information about the lmdb.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:56:44 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : lmdb
Version : 0.9.24
Release : 3.el8
Architecture : x86_64
Size : 31 k
Source : lmdb-epel-0.9.24-3.el8.src.rpm
Repository : epel
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.