How to Install and Uninstall libmtbl0 Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: March 15,2025
1. Install "libmtbl0" package
This guide let you learn how to install libmtbl0 on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
libmtbl0
Copied
2. Uninstall "libmtbl0" package
In this section, we are going to explain the necessary steps to uninstall libmtbl0 on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
libmtbl0
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libmtbl0 package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: libmtbl0
Priority: optional
Section: universe/libs
Installed-Size: 87
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Edmonds
Architecture: amd64
Source: mtbl
Version: 0.8.0-1
Depends: libc6 (>= 2.17), liblz4-1 (>= 0.0~r130), libsnappy1v5, zlib1g (>= 1:1.1.4)
Filename: pool/universe/m/mtbl/libmtbl0_0.8.0-1_amd64.deb
Size: 35106
MD5sum: c3005e74d3c8148484c928ce7c2306d8
SHA1: ad30f8ffce48a90317b5a3299700c6dfcf46c229
SHA256: 267603c40348eccb22af4b1461fa6506db593616dbe84bf100b2266bd6535c80
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
Multi-Arch: same
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/libs
Installed-Size: 87
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Edmonds
Architecture: amd64
Source: mtbl
Version: 0.8.0-1
Depends: libc6 (>= 2.17), liblz4-1 (>= 0.0~r130), libsnappy1v5, zlib1g (>= 1:1.1.4)
Filename: pool/universe/m/mtbl/libmtbl0_0.8.0-1_amd64.deb
Size: 35106
MD5sum: c3005e74d3c8148484c928ce7c2306d8
SHA1: ad30f8ffce48a90317b5a3299700c6dfcf46c229
SHA256: 267603c40348eccb22af4b1461fa6506db593616dbe84bf100b2266bd6535c80
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
Multi-Arch: same
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu