How to Install and Uninstall librocksdb-dev Package on Kali Linux

Last updated: July 05,2024

1. Install "librocksdb-dev" package

This is a short guide on how to install librocksdb-dev on Kali Linux

$ sudo apt update $ sudo apt install librocksdb-dev

2. Uninstall "librocksdb-dev" package

Please follow the step by step instructions below to uninstall librocksdb-dev on Kali Linux:

$ sudo apt remove librocksdb-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the librocksdb-dev package on Kali Linux

Package: librocksdb-dev
Source: rocksdb
Version: 8.9.1-2
Installed-Size: 36495
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: librocksdb8.9 (= 8.9.1-2), libgflags-dev, libsnappy-dev, libbz2-dev, zlib1g-dev, liblz4-dev, libzstd-dev
Size: 4951828
SHA256: ab46f2e87a7e04582c0341b524fb4b58481837f900d346b8efd262c486cd303a
SHA1: 256084a4abe0b5c8fec20e28123b2294981f2e80
MD5sum: 64ff0f58564a5c33e7222c92b43f3300
Description: persistent Key-Value Store for Flash and RAM Storage (development)
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 libraries and header files for developing
applications that use librocksdb .
Description-md5:
Homepage: https://rocksdb.org/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/r/rocksdb/librocksdb-dev_8.9.1-2_amd64.deb