How to Install and Uninstall libmtbl-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 17,2024

1. Install "libmtbl-dev" package

This tutorial shows how to install libmtbl-dev on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libmtbl-dev

2. Uninstall "libmtbl-dev" package

Please follow the guidance below to uninstall libmtbl-dev on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libmtbl-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmtbl-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: libmtbl-dev
Architecture: amd64
Version: 1.3.0-1
Multi-Arch: same
Priority: optional
Section: universe/libdevel
Source: mtbl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Edmonds
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 204
Depends: libmtbl1 (= 1.3.0-1)
Filename: pool/universe/m/mtbl/libmtbl-dev_1.3.0-1_amd64.deb
Size: 61012
MD5sum: e10aaf1b05c286262b08a76146a0bfee
SHA1: eba9744ddaf54799929449b1840b885927cff855
SHA256: 27c14921d3218fef3e9a420a1a37526b01f1bb22b4e3a465a37525b3eb48dbb8
SHA512: a7aa993ac9f28c41486f9a7c552581d1175808f7dad0dc9a945e1a76fabe8f24eadcafb4c1d94ba2ceb912bd87dcae4ec4b77aecf162dd96d80bee331b168c63
Description-en: immutable sorted string table library (development files)
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 static library, header file, and documentation
for libmtbl.
Description-md5: 64219bdc8f47cf6bd803646f1c2540c7