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

Last updated: May 15,2024

1. Install "python-leveldb" package

This guide covers the steps necessary to install python-leveldb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-leveldb

2. Uninstall "python-leveldb" package

Here is a brief guide to show you how to uninstall python-leveldb on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-leveldb
Priority: optional
Section: universe/python
Installed-Size: 58
Maintainer: Ubuntu Developers
Original-Maintainer: Alessio Treglia
Architecture: amd64
Version: 0~svn68-2build4
Provides: python2.7-leveldb
Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libleveldb1v5, libstdc++6 (>= 5.2)
Filename: pool/universe/p/python-leveldb/python-leveldb_0~svn68-2build4_amd64.deb
Size: 18142
MD5sum: 22ce82d77bc63d4f46deff155615326b
SHA1: df858bc8c2ecdc5f944928072246311bd9232481
SHA256: 79915322f409c4b76e1446c9adcdad7ea216dc14d371d18f2752f8aacdb71881
Description-en: Python wrapper for LevelDB (Python 2)
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 2 version of the package.
Description-md5: 25d50426d93afb05ec6252fffef1f83d
Homepage: http://code.google.com/p/py-leveldb/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu