How to Install and Uninstall lmdb-devel Package on openSUSE Leap

Last updated: June 28,2024

1. Install "lmdb-devel" package

Please follow the steps below to install lmdb-devel on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install lmdb-devel

2. Uninstall "lmdb-devel" package

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

$ sudo zypper remove lmdb-devel

3. Information about the lmdb-devel package on openSUSE Leap

Information for package lmdb-devel:
-----------------------------------
Repository : Main Repository
Name : lmdb-devel
Version : 0.9.30-150500.1.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 72.5 KiB
Installed : No
Status : not installed
Source package : lmdb-0.9.30-150500.1.1.src
Upstream URL : https://symas.com/mdb/
Summary : Development package for lmdb
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.
This package contains the files needed to compile programs that use
the liblmdb library.

5. The same packages on other Linux Distributions