How to Install and Uninstall liblmdb-0_9_17 Package on openSUSE Leap

Last updated: May 18,2024

1. Install "liblmdb-0_9_17" package

This guide let you learn how to install liblmdb-0_9_17 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install liblmdb-0_9_17

2. Uninstall "liblmdb-0_9_17" package

Please follow the instructions below to uninstall liblmdb-0_9_17 on openSUSE Leap:

$ sudo zypper remove liblmdb-0_9_17

3. Information about the liblmdb-0_9_17 package on openSUSE Leap

Information for package liblmdb-0_9_17:
---------------------------------------
Repository : Main Repository
Name : liblmdb-0_9_17
Version : 0.9.17-4.6.2
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 82.8 KiB
Installed : No
Status : not installed
Source package : lmdb-0.9.17-4.6.2.src
Upstream URL : http://symas.com/mdb/
Summary : Shared library for Lightning Memory-Mapped Database (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 shared library.