How to Install and Uninstall librocksdb4.1 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "librocksdb4.1" package

Please follow the guidance below to install librocksdb4.1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install librocksdb4.1

2. Uninstall "librocksdb4.1" package

In this section, we are going to explain the necessary steps to uninstall librocksdb4.1 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove librocksdb4.1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the librocksdb4.1 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: librocksdb4.1
Priority: optional
Section: universe/database
Installed-Size: 3595
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Source: rocksdb
Version: 4.1-1
Depends: libbz2-1.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libgflags2v5, libsnappy1v5, libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4)
Filename: pool/universe/r/rocksdb/librocksdb4.1_4.1-1_amd64.deb
Size: 954810
MD5sum: 8b57ade7b5ce8efc3f1f11e765e0278e
SHA1: ada5a12f1aeca6ba304e759e78c2a55b0faa7629
SHA256: 107f8ced56d415080b540e72db76c1bd30c3f6675b2f30e322f6f14ac77e82c9
Description-en: 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: http://rocksdb.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu