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

Last updated: May 20,2024

1. Install "librocksdb4.1-dbg" package

Learn how to install librocksdb4.1-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install librocksdb4.1-dbg

2. Uninstall "librocksdb4.1-dbg" package

This guide let you learn how to uninstall librocksdb4.1-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: librocksdb4.1-dbg
Priority: extra
Section: universe/debug
Installed-Size: 18657
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/librocksdb4.1-dbg_4.1-1_amd64.deb
Size: 18381174
MD5sum: 9ac4776f646e434f070642032889e34d
SHA1: 369348673ca14c306b58914830230bf6b39b15f6
SHA256: 9b887db4138d068b02089837815591a059531714bf77abbb880d8b758b4a89d8
Description-en: persistent Key-Value Store for Flash and RAM Storage (debug-symbols)
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 debug symbols for the librocksdb4.1 library.
Description-md5: 839c7a25c40310df572d786ed81bbb64
Homepage: http://rocksdb.org/
Build-Ids: a6222bd90b17169ad44c628bc8379f4c7ab2f8fa
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu