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

Last updated: May 19,2024

1. Install "python3-leveldb" package

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

$ sudo apt update $ sudo apt install python3-leveldb

2. Uninstall "python3-leveldb" package

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

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

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

Package: python3-leveldb
Priority: optional
Section: universe/python
Installed-Size: 58
Maintainer: Ubuntu Developers
Original-Maintainer: Alessio Treglia
Architecture: amd64
Source: python-leveldb
Version: 0~svn68-2build4
Provides: python3.5-leveldb
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libleveldb1v5, libstdc++6 (>= 5.2)
Filename: pool/universe/p/python-leveldb/python3-leveldb_0~svn68-2build4_amd64.deb
Size: 18336
MD5sum: 30e3841fdb1be54226920b82cdf95812
SHA1: cbe7adccefb9ad74bebe522a11d0e1c68db8a460
SHA256: ebfe6a7ac4ab472d143479652a2c9412f443da9aab070ef700f5d9beab50948b
Description-en: Python wrapper for LevelDB (Python 3)
LevelDB is a fast key-value storage library written at Google that
provides an ordered mapping from string keys to string values.
.
This package provides a Python wrapper for LevelDB.
.
This is the Python 3 version of the package.
Description-md5: c079cea10473cc26e43a7c3216f8ce89
Homepage: http://code.google.com/p/py-leveldb/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu