How to Install and Uninstall liblmdb0 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "liblmdb0" package

Learn how to install liblmdb0 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install liblmdb0

2. Uninstall "liblmdb0" package

This guide let you learn how to uninstall liblmdb0 on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove liblmdb0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the liblmdb0 package on Ubuntu 21.10 (Impish Indri)

Package: liblmdb0
Architecture: amd64
Version: 0.9.24-1
Multi-Arch: same
Priority: standard
Section: libs
Source: lmdb
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: LMDB
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 109
Depends: libc6 (>= 2.14)
Filename: pool/main/l/lmdb/liblmdb0_0.9.24-1_amd64.deb
Size: 44640
MD5sum: 0c290c1b4b7fcbc5e3ccb3b5aa242771
SHA1: 516b1743c995a3000bb4a5e730b47f5bf397be1f
SHA256: 6499e1964a5c0e9d66a3094bb4ec8feac27325145ab1919809ccd3b53d72d727
SHA512: 393ae787d856de86dd07bb2d40896ae40ac13587fe4db3d3cbfb31cd537bebdb5963877f30b790dc4b5955a81c9c212d1eab92366b67baf8f422525fcf59979a
Homepage: http://symas.com/mdb/
Description-en: Lightning Memory-Mapped Database shared library
This package contains the LMDB shared library.
.
Lighting Memory-Mapped Database (LMDB) is an ultra-fast, ultra-compact
key-value embedded data store developed for the OpenLDAP Project. It uses
memory-mapped files, so it has 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, (it
is not limited to the size of physical RAM).
Description-md5: 205529036e221ed86db40fcd32032a9e
Task: standard