How to Install and Uninstall librocksdb-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 13,2024

1. Install "librocksdb-dev" package

This guide covers the steps necessary to install librocksdb-dev on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install librocksdb-dev

2. Uninstall "librocksdb-dev" package

This guide let you learn how to uninstall librocksdb-dev on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the librocksdb-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: librocksdb-dev
Architecture: amd64
Version: 6.11.4-3
Priority: optional
Section: universe/libdevel
Source: rocksdb
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 21773
Depends: librocksdb6.11 (= 6.11.4-3)
Conflicts: librocksdb5.7
Replaces: librocksdb5.7
Filename: pool/universe/r/rocksdb/librocksdb-dev_6.11.4-3_amd64.deb
Size: 2901708
MD5sum: 93af04b5b8820c82cab413cd0aac3826
SHA1: 5e9b106efc40160aba8fc5c8863a7e16bc115aeb
SHA256: 1bff191abff3de9672fce3d4d43566481310330f998c37dc0fc096c14d193c62
SHA512: 906bb38cce8d410cd63fee759cc8cde7539bfa8d8575e2d8628141096b452c31bc4cdca4726fe953dcbb52c35d1cdfe02dadc92b55131b76c333052b62384758
Homepage: https://rocksdb.org/
Description-en: 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: fd1d53789e65063ab8d707c8ff361ab8