How to Install and Uninstall libmtbl1 Package on Kali Linux

Last updated: May 14,2024

1. Install "libmtbl1" package

Here is a brief guide to show you how to install libmtbl1 on Kali Linux

$ sudo apt update $ sudo apt install libmtbl1

2. Uninstall "libmtbl1" package

Please follow the instructions below to uninstall libmtbl1 on Kali Linux:

$ sudo apt remove libmtbl1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmtbl1 package on Kali Linux

Package: libmtbl1
Source: mtbl (1.3.0-1)
Version: 1.3.0-1+b1
Installed-Size: 102
Maintainer: Robert Edmonds
Architecture: amd64
Depends: libc6 (>= 2.33), liblz4-1 (>= 0.0~r130), libsnappy1v5 (>= 1.1.10), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Size: 41552
SHA256: 806cb46e4559e3667a62c00127e846174fb1fe8efc9b20a31c4fae053e110b91
SHA1: 886ef425ccdb3d6765dcd3b6888097f0a148cb72
MD5sum: ec05b5c9f7d0cd76d1df0528990be938
Description: 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:
Multi-Arch: same
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/m/mtbl/libmtbl1_1.3.0-1+b1_amd64.deb