How to Install and Uninstall lmdb Package on openSUSE Leap

Last updated: May 04,2024

1. Install "lmdb" package

Please follow the step by step instructions below to install lmdb on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install lmdb

2. Uninstall "lmdb" package

This is a short guide on how to uninstall lmdb on openSUSE Leap:

$ sudo zypper remove lmdb

3. Information about the lmdb package on openSUSE Leap

Information for package lmdb:
-----------------------------
Repository : Main Repository
Name : lmdb
Version : 0.9.30-150500.1.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 93.4 KiB
Installed : No
Status : not installed
Source package : lmdb-0.9.30-150500.1.1.src
Upstream URL : https://symas.com/mdb/
Summary : Lightning Memory-Mapped Database Manager
Description :
LMDB is a Btree-based database management library with an API similar
to BerkeleyDB. The library is thread-aware and supports concurrent
read/write access from multiple processes and threads. The DB
structure is multi-versioned, and data pages use a copy-on-write
strategy, which also provides resistance to corruption and eliminates
the need for any recovery procedures. The database is exposed in a
memory map, requiring no page cache layer of its own.