How to Install and Uninstall librocksdb6.11 Package on Kali Linux

Last updated: May 15,2024

1. Install "librocksdb6.11" package

Please follow the guidelines below to install librocksdb6.11 on Kali Linux

$ sudo apt update $ sudo apt install librocksdb6.11

2. Uninstall "librocksdb6.11" package

Please follow the instructions below to uninstall librocksdb6.11 on Kali Linux:

$ sudo apt remove librocksdb6.11 $ sudo apt autoclean && sudo apt autoremove

3. Information about the librocksdb6.11 package on Kali Linux

Package: librocksdb6.11
Source: rocksdb
Version: 6.11.4-3
Installed-Size: 6462
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: libbz2-1.0, libc6 (>= 2.30), libgcc-s1 (>= 3.4), libgflags2.2, liblz4-1 (>= 0.0~r130), libsnappy1v5 (>= 1.1.8), libstdc++6 (>= 9), libzstd1 (>= 1.3.2), zlib1g (>= 1:1.1.4)
Size: 1893504
SHA256: 9792db56f65130bac557ec723a6d382d7a693bf0564e110c27aff28e375b7f16
SHA1: 9527014793e5aeaccd5fb40d3cbbb244770f4759
MD5sum: 69e542f3ea3997878d3bc9a38fb75642
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: d178a472e7f7b49538d13b54a710cbdb
Homepage: https://rocksdb.org/
Section: libs
Priority: optional
Filename: pool/main/r/rocksdb/librocksdb6.11_6.11.4-3_amd64.deb