How to Install and Uninstall python3-lmdb Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-lmdb" package

Please follow the steps below to install python3-lmdb on Kali Linux

$ sudo apt update $ sudo apt install python3-lmdb

2. Uninstall "python3-lmdb" package

Please follow the guidelines below to uninstall python3-lmdb on Kali Linux:

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

3. Information about the python3-lmdb package on Kali Linux

Package: python3-lmdb
Source: py-lmdb (1.4.1-2)
Version: 1.4.1-2+b1
Installed-Size: 275
Maintainer: Debian Python Team
Architecture: amd64
Depends: libc6 (>= 2.14), liblmdb0 (>= 0.9.17), python3 (<< 3.13), python3 (>= 3.11~), python3:any
Size: 63828
SHA256: 12245b6ece019a4fc01eb15ce70f72e0dcf142b476e53d64db1ae973dc08b2d8
SHA1: 7f85d74d07debd6068a82879686740780946f699
MD5sum: 7eb2534c15ad68ffcf9a9faf695b4410
Description: Python 3 binding for LMDB Lightning Memory-Mapped Database
Lightning 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:
Homepage: https://github.com/jnwatson/py-lmdb
Section: python
Priority: optional
Filename: pool/main/p/py-lmdb/python3-lmdb_1.4.1-2+b1_amd64.deb