How to Install and Uninstall librocksdb8.9 Package on Kali Linux

Last updated: June 03,2024

1. Install "librocksdb8.9" package

Please follow the steps below to install librocksdb8.9 on Kali Linux

$ sudo apt update $ sudo apt install librocksdb8.9

2. Uninstall "librocksdb8.9" package

Please follow the step by step instructions below to uninstall librocksdb8.9 on Kali Linux:

$ sudo apt remove librocksdb8.9 $ sudo apt autoclean && sudo apt autoremove

3. Information about the librocksdb8.9 package on Kali Linux

Package: librocksdb8.9
Source: rocksdb
Version: 8.9.1-2
Installed-Size: 12436
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 3.4), libgflags2.2 (>= 2.2.2), liblz4-1 (>= 0.0~r130), libsnappy1v5 (>= 1.1.10), libstdc++6 (>= 13.1), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.0)
Size: 3454788
SHA256: b9cd2431f6b89a24d6c6e35d3056beca64186c18cd993e5522ff46d19ed3331c
SHA1: ed9b29961b2af38a1e35dc2b4976918e30cc3f09
MD5sum: 21c3ce276a6513664f6628591bce710e
Description: persistent Key-Value Store for Flash and RAM Storage
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
Description-md5:
Homepage: https://rocksdb.org/
Section: libs
Priority: optional
Filename: pool/main/r/rocksdb/librocksdb8.9_8.9.1-2_amd64.deb