How to Install and Uninstall python-lmdb Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: November 07,2024
1. Install "python-lmdb" package
This is a short guide on how to install python-lmdb on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
python-lmdb
Copied
2. Uninstall "python-lmdb" package
In this section, we are going to explain the necessary steps to uninstall python-lmdb on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
python-lmdb
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python-lmdb package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: python-lmdb
Priority: optional
Section: universe/python
Installed-Size: 176
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), python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/py-lmdb/python-lmdb_0.86-1build2_amd64.deb
Size: 41584
MD5sum: 399473a762e6593b5d5b9d14181cda97
SHA1: 8c2bc2aa432809c306a3266f2f022158b9c24490
SHA256: 004bbdd8b5eeeb14df3f1e585e5527646321acaea7df80cfdef2d15ab741af9f
Description-en: Python 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 extension module.
Description-md5: e95c5f59aaedd5fb3a91b415804a949d
Homepage: https://github.com/dw/py-lmdb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/python
Installed-Size: 176
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), python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/py-lmdb/python-lmdb_0.86-1build2_amd64.deb
Size: 41584
MD5sum: 399473a762e6593b5d5b9d14181cda97
SHA1: 8c2bc2aa432809c306a3266f2f022158b9c24490
SHA256: 004bbdd8b5eeeb14df3f1e585e5527646321acaea7df80cfdef2d15ab741af9f
Description-en: Python 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 extension module.
Description-md5: e95c5f59aaedd5fb3a91b415804a949d
Homepage: https://github.com/dw/py-lmdb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu