How to Install and Uninstall rocksdb.x86_64 Package on AlmaLinux 8
Last updated: November 01,2024
1. Install "rocksdb.x86_64" package
Learn how to install rocksdb.x86_64 on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
rocksdb.x86_64
Copied
2. Uninstall "rocksdb.x86_64" package
In this section, we are going to explain the necessary steps to uninstall rocksdb.x86_64 on AlmaLinux 8:
$
sudo dnf remove
rocksdb.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the rocksdb.x86_64 package on AlmaLinux 8
Last metadata expiration check: 1:04:41 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : rocksdb
Version : 6.26.1
Release : 3.el8
Architecture : x86_64
Size : 2.7 M
Source : rocksdb-6.26.1-3.el8.src.rpm
Repository : epel
Summary : A Persistent Key-Value Store for Flash and RAM Storage
URL : https://github.com/facebook/rocksdb
License : GPLv2 or ASL 2.0 and BSD
Description : RocksDB is a library that forms the core building block for a fast key value
: server, especially suited for storing data on flash drives. It has a
: Log-Structured-Merge-Database (LSM) design with flexible trade offs between
: Write-Amplification-Factor (WAF), Read-Amplification-Factor (RAF) and
: Space-Amplification-Factor (SAF). It has multi-threaded compaction, making it
: specially suitable for storing multiple terabytes of data in a single database.
Available Packages
Name : rocksdb
Version : 6.26.1
Release : 3.el8
Architecture : x86_64
Size : 2.7 M
Source : rocksdb-6.26.1-3.el8.src.rpm
Repository : epel
Summary : A Persistent Key-Value Store for Flash and RAM Storage
URL : https://github.com/facebook/rocksdb
License : GPLv2 or ASL 2.0 and BSD
Description : RocksDB is a library that forms the core building block for a fast key value
: server, especially suited for storing data on flash drives. It has a
: Log-Structured-Merge-Database (LSM) design with flexible trade offs between
: Write-Amplification-Factor (WAF), Read-Amplification-Factor (RAF) and
: Space-Amplification-Factor (SAF). It has multi-threaded compaction, making it
: specially suitable for storing multiple terabytes of data in a single database.