How to Install and Uninstall libmtbl1 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 13,2024

1. Install "libmtbl1" package

Please follow the steps below to install libmtbl1 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libmtbl1

2. Uninstall "libmtbl1" package

Learn how to uninstall libmtbl1 on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libmtbl1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmtbl1 package on Ubuntu 21.10 (Impish Indri)

Package: libmtbl1
Architecture: amd64
Version: 1.3.0-1
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: mtbl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Edmonds
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 100
Depends: libc6 (>= 2.17), liblz4-1 (>= 0.0~r130), libsnappy1v5 (>= 1.1.8), libzstd1 (>= 1.3.2), zlib1g (>= 1:1.1.4)
Filename: pool/universe/m/mtbl/libmtbl1_1.3.0-1_amd64.deb
Size: 38292
MD5sum: 0c1f43a8ed025e2159f63c5ae23b71c3
SHA1: a338ce9ee448991724c1cc2c8416eade7a8f503b
SHA256: c0bca4b8e3a0db46c9c1b223d4587508c5fa333441565f03dca314320659029f
SHA512: e6bb7789ce48d3d4f0bf00dc093252fb27c9632d271c009692f5eae574092c9e4e5e27c9ad62ff1e4a11bc2b369af615e230c835a9764e5bfcf3058d7dba7a87
Description-en: immutable sorted string table library
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 shared library for libmtbl.
Description-md5: ae19f39416dba25831787faa865c6ff0