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

Last updated: May 09,2024

1. Install "mtbl-bin" package

Please follow the instructions below to install mtbl-bin on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install mtbl-bin

2. Uninstall "mtbl-bin" package

This tutorial shows how to uninstall mtbl-bin on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: mtbl-bin
Priority: optional
Section: universe/utils
Installed-Size: 66
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Edmonds
Architecture: amd64
Source: mtbl
Version: 0.8.0-1
Depends: libc6 (>= 2.14), libmtbl0 (>= 0.8.0)
Filename: pool/universe/m/mtbl/mtbl-bin_0.8.0-1_amd64.deb
Size: 15254
MD5sum: b87de879b41590d2a9cf3b1949909ae5
SHA1: 71888178126582bd1f4b13aef479734c8434e60c
SHA256: ba5415aa1cb6310d541776968cd651e7edb0b57ba4d98b5c0498ca8f6d4a9325
Description-en: immutable sorted string table library (utilities)
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 command line utilities for libmtbl.
Description-md5: 5c9b3f7b06ebeb314a2c07018f0a0ef8
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu