How to Install and Uninstall mtbl-bin Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 13,2024

1. Install "mtbl-bin" package

Here is a brief guide to show you how to install mtbl-bin on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install mtbl-bin

2. Uninstall "mtbl-bin" package

Please follow the instructions below to uninstall mtbl-bin on Ubuntu 21.10 (Impish Indri):

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

3. Information about the mtbl-bin package on Ubuntu 21.10 (Impish Indri)

Package: mtbl-bin
Architecture: amd64
Version: 1.3.0-1
Priority: optional
Section: universe/utils
Source: mtbl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Edmonds
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 87
Depends: libc6 (>= 2.14), libmtbl1 (>= 1.0.0)
Filename: pool/universe/m/mtbl/mtbl-bin_1.3.0-1_amd64.deb
Size: 16652
MD5sum: 1e58bdf290c237f1f9cde5efd23217af
SHA1: 74532cdc273c8c9a19b77d298fb4e5deaab6e44c
SHA256: 7649ff1bfde65c3ac674b80790fbf4d4a1938748d6b3f9c2db3b5e93de9e8061
SHA512: 3cf0287b0b300ebefdef89a04f4bd490d07453b7ac76f02e7f22c311a21c3bbba41b0059b8dfc17d1d65793a1105609e5ac662e21e7edc8d59b5f61eac0117a1
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