How to Install and Uninstall lmdb-devel Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "lmdb-devel" package

This guide covers the steps necessary to install lmdb-devel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install lmdb-devel

2. Uninstall "lmdb-devel" package

Learn how to uninstall lmdb-devel on openSuSE Tumbleweed:

$ sudo zypper remove lmdb-devel

3. Information about the lmdb-devel package on openSuSE Tumbleweed

Information for package lmdb-devel:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : lmdb-devel
Version : 0.9.30-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 72.5 KiB
Installed : No
Status : not installed
Source package : lmdb-0.9.30-2.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