How to Install and Uninstall librocksdb7.3 Package on Kali Linux

Last updated: July 08,2024

1. Install "librocksdb7.3" package

Please follow the guidelines below to install librocksdb7.3 on Kali Linux

$ sudo apt update $ sudo apt install librocksdb7.3

2. Uninstall "librocksdb7.3" package

Please follow the instructions below to uninstall librocksdb7.3 on Kali Linux:

$ sudo apt remove librocksdb7.3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the librocksdb7.3 package on Kali Linux

Package: librocksdb7.3
Source: rocksdb
Version: 7.3.1-2
Installed-Size: 10711
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: libbz2-1.0, libc6 (>= 2.33), libgcc-s1 (>= 3.4), libgflags2.2 (>= 2.2.2), liblz4-1 (>= 0.0~r130), libsnappy1v5 (>= 1.1.9), libstdc++6 (>= 12), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0)
Size: 2991680
SHA256: 898e86c413c672b1d7c0089b1c08116bf93e7d3f0fd40fc7a0d2dd03400fda18
SHA1: 1560a68f84cd9228386ddc1e5252a4f85822fde4
MD5sum: 1a6070d1ae14a0062a6d6d2199f79792
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/librocksdb7.3_7.3.1-2_amd64.deb