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

Last updated: May 21,2024

1. Install "python3-rocksdb" package

Please follow the guidance below to install python3-rocksdb on Kali Linux

$ sudo apt update $ sudo apt install python3-rocksdb

2. Uninstall "python3-rocksdb" package

Please follow the guidelines below to uninstall python3-rocksdb on Kali Linux:

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

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

Package: python3-rocksdb
Source: python-rocksdb
Version: 0.8.0~rc3-2
Installed-Size: 3061
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.11), python3 (>= 3.9~), python3-pkg-resources, python3:any, libc6 (>= 2.32), libgcc-s1 (>= 3.0), librocksdb6.11, libstdc++6 (>= 11), libjs-sphinxdoc (>= 2.4.3-5~)
Size: 496612
SHA256: bf0f74c6eab3c847fc5417714a6b1f019ff6e54a34acd47c3d1489d8d943f33b
SHA1: ac778d5476037e6f91b874f7cb9f5023a3c965d7
MD5sum: ebbb2a469e59dff4c35670e220b1bf62
Description: Python bindings for RocksDB
RocksDB is a 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.
.
This package provides the Python bindings.
Description-md5: fe9d078c6ef05dfb0c4a27998f59729b
Homepage: https://github.com/NightTsarina/python-rocksdb
Section: python
Priority: optional
Filename: pool/main/p/python-rocksdb/python3-rocksdb_0.8.0~rc3-2_amd64.deb