How to Install and Uninstall rocksdb-tools Package on Kali Linux

Last updated: May 19,2024

1. Install "rocksdb-tools" package

Learn how to install rocksdb-tools on Kali Linux

$ sudo apt update $ sudo apt install rocksdb-tools

2. Uninstall "rocksdb-tools" package

Please follow the step by step instructions below to uninstall rocksdb-tools on Kali Linux:

$ sudo apt remove rocksdb-tools $ sudo apt autoclean && sudo apt autoremove

3. Information about the rocksdb-tools package on Kali Linux

Package: rocksdb-tools
Source: rocksdb
Version: 8.9.1-2
Installed-Size: 801
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgflags2.2 (>= 2.2.2), liblz4-1 (>= 0.0~r130), librocksdb8.9 (>= 8.9.1), libsnappy1v5 (>= 1.1.10), libstdc++6 (>= 13.1), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.0)
Size: 321040
SHA256: c10c2c9eeda57b3019f9c4cc5673a863c451bd2531f7f9d5f0d4aec1b7b5f068
SHA1: f6ad68f54ec2ef9900e21c32101e3d46e2610f41
MD5sum: 639b513d51a798e73dd20ceb94ab5cbd
Description: persistent Key-Value Store for Flash and RAM Storage (tools)
C++ library providing an embedded key-value store, where keys and values are
arbitrary byte streams. It was developed at Facebook based on LevelDB and
provides backwards-compatible support for LevelDB APIs.
.
RocksDB is optimized for Flash with extremely low latencies. RocksDB uses a
Log Structured Database Engine for storage, written entirely in C++.
.
RocksDB features highly flexible configuration settings that may be tuned to
run on a variety of production environments, including pure memory, Flash,
hard disks or HDFS. It supports various compression algorithms and good tools
for production support and debugging.
.
Features:
- Designed for application servers wanting to store up to a few terabytes
of data on locally attached Flash drives or in RAM
- Optimized for storing small to medium size key-values on fast storage --
flash devices or in-memory
- Scales linearly with number of CPUs so that it works well on ARM
processors
.
This package contains administration and data access tools.
Description-md5:
Homepage: https://rocksdb.org/
Section: database
Priority: optional
Filename: pool/main/r/rocksdb/rocksdb-tools_8.9.1-2_amd64.deb