How to Install and Uninstall libmtbl-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "libmtbl-dev" package

This tutorial shows how to install libmtbl-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmtbl-dev

2. Uninstall "libmtbl-dev" package

Please follow the steps below to uninstall libmtbl-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libmtbl-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmtbl-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 184
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Edmonds
Architecture: amd64
Source: mtbl
Version: 0.8.0-1
Depends: libmtbl0 (= 0.8.0-1)
Filename: pool/universe/m/mtbl/libmtbl-dev_0.8.0-1_amd64.deb
Size: 56260
MD5sum: e057b6d93eab3563a9d543462b45dec5
SHA1: dae41f306d75dfda95a0794c574c8fa0fc524af9
SHA256: d8a8ae6b67ca3d2d0524abc4c219ccbb6f185a84ae7095efaa50433b7a88dda1
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
Multi-Arch: same
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu