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

Last updated: January 25,2025

1. Install "python-mtbl" package

Learn how to install python-mtbl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-mtbl

2. Uninstall "python-mtbl" package

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

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

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

Package: python-mtbl
Priority: optional
Section: universe/python
Installed-Size: 126
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Edmonds
Architecture: amd64
Source: pymtbl
Version: 0.4.0-1
Depends: python (<< 2.8), python (>= 2.7~), libc6 (>= 2.14), libmtbl0 (>= 0.6.0)
Filename: pool/universe/p/pymtbl/python-mtbl_0.4.0-1_amd64.deb
Size: 35730
MD5sum: 90d3050ce9a55bcf9d7b0f1a3fb1f7ef
SHA1: abee9db1740a906e4db49d90810553981cb21793
SHA256: 659f261029e42ccfa569d1200159d9514acdbbf99fd6c7dbc3ec567d494698c9
Description-en: immutable sorted string table library (Python bindings)
mtbl is a C library implementation of the Sorted String Table (SSTable)
data structure, based on the SSTable implementation in the open source
Google LevelDB library. An SSTable is a file containing an immutable
mapping of keys to values. Keys are stored in sorted order, with an
index at the end of the file allowing keys to be located quickly.
.
mtbl is not a database library. It does not provide an updateable
key-value data store, but rather exposes primitives for creating,
searching and merging SSTable files. Unlike databases which use
the SSTable data structure internally as part of their data store,
management of SSTable files -- creation, merging, deletion, combining
of search results from multiple SSTables -- is left to the
discretion of the mtbl library user.
.
This package contains the Python extension module for libmtbl.
Description-md5: d06f8bd0d94ab68b3e682861b6240426
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu