How to Install and Uninstall mtbl-bin Package on Kali Linux

Last updated: May 16,2024

1. Install "mtbl-bin" package

Please follow the step by step instructions below to install mtbl-bin on Kali Linux

$ sudo apt update $ sudo apt install mtbl-bin

2. Uninstall "mtbl-bin" package

Please follow the instructions below to uninstall mtbl-bin on Kali Linux:

$ sudo apt remove mtbl-bin $ sudo apt autoclean && sudo apt autoremove

3. Information about the mtbl-bin package on Kali Linux

Package: mtbl-bin
Source: mtbl (1.3.0-1)
Version: 1.3.0-1+b1
Installed-Size: 86
Maintainer: Robert Edmonds
Architecture: amd64
Depends: libc6 (>= 2.34), libmtbl1 (>= 1.0.0)
Size: 20844
SHA256: a1dad530932c249d8e28920195e66aaf10678406234a0bc0706dd69246d37687
SHA1: 04401605ea0af31fca6bd9768221610e603b42e3
MD5sum: edf1dd2af8ed26a7f89d5947cde845e5
Description: immutable sorted string table library (utilities)
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 command line utilities for libmtbl.
Description-md5:
Section: utils
Priority: optional
Filename: pool/main/m/mtbl/mtbl-bin_1.3.0-1+b1_amd64.deb