How to Install and Uninstall librocksdb-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "librocksdb-dev" package

Please follow the guidance below to install librocksdb-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ 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 Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the librocksdb-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: librocksdb-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 10966
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Source: rocksdb
Version: 4.1-1
Depends: librocksdb4.1 (= 4.1-1)
Filename: pool/universe/r/rocksdb/librocksdb-dev_4.1-1_amd64.deb
Size: 1412200
MD5sum: f7a696c271d88fa70d4fd35676c96553
SHA1: 6ad49e66f3f102aeea84cdfd62eaa7148b776919
SHA256: a3e49f169b6cdbba6d28f023e4813e79a32585cf9e94309d4fb2bd8f7cf45d6e
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
Homepage: http://rocksdb.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu