How to Install and Uninstall python3-lmdb Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 03,2024

1. Install "python3-lmdb" package

Please follow the guidelines below to install python3-lmdb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-lmdb

2. Uninstall "python3-lmdb" package

Please follow the guidance below to uninstall python3-lmdb on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-lmdb $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-lmdb package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-lmdb
Priority: optional
Section: universe/python
Installed-Size: 180
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Berkeley DB Group
Architecture: amd64
Source: py-lmdb
Version: 0.86-1build2
Depends: libc6 (>= 2.4), liblmdb0 (>= 0.9.14), python3 (<< 3.6), python3 (>= 3.5~)
Filename: pool/universe/p/py-lmdb/python3-lmdb_0.86-1build2_amd64.deb
Size: 42012
MD5sum: ffbb69430f36e4ff014dd1ca962dd69f
SHA1: 7b8a355397c148e678403fd1a860ce5040d38618
SHA256: 6b4ea303f79db86557499e5235b0dd104410e8dfb443efb6f0d709184881224e
Description-en: Python 3 binding for LMDB Lightning Memory-Mapped Database
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).
.
This package contains the 'lmdb' Python 3 extension module.
Description-md5: 63a508f6a0191f0030de6784f7b9d0d0
Homepage: https://github.com/dw/py-lmdb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu