How to Install and Uninstall libmtbl-dev Package on Kali Linux

Last updated: May 12,2024

1. Install "libmtbl-dev" package

This tutorial shows how to install libmtbl-dev on Kali Linux

$ sudo apt update $ sudo apt install libmtbl-dev

2. Uninstall "libmtbl-dev" package

In this section, we are going to explain the necessary steps to uninstall libmtbl-dev on Kali Linux:

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

3. Information about the libmtbl-dev package on Kali Linux

Package: libmtbl-dev
Source: mtbl (1.3.0-1)
Version: 1.3.0-1+b1
Installed-Size: 205
Maintainer: Robert Edmonds
Architecture: amd64
Depends: libmtbl1 (= 1.3.0-1+b1)
Size: 65280
SHA256: c39b516206130735d4d48cef86f256e0fc1dc3da3713ef3dcf52038194d3c463
SHA1: e30bbb0bd09d8f850b696008df730b956f44e430
MD5sum: 9105488f029e88cf1e38779400550b5d
Description: 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:
Multi-Arch: same
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/m/mtbl/libmtbl-dev_1.3.0-1+b1_amd64.deb