How to Install and Uninstall rocksdb-devel Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "rocksdb-devel" package

This guide let you learn how to install rocksdb-devel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install rocksdb-devel

2. Uninstall "rocksdb-devel" package

Learn how to uninstall rocksdb-devel on openSuSE Tumbleweed:

$ sudo zypper remove rocksdb-devel

3. Information about the rocksdb-devel package on openSuSE Tumbleweed

Information for package rocksdb-devel:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : rocksdb-devel
Version : 8.11.3-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.7 MiB
Installed : No
Status : not installed
Source package : rocksdb-8.11.3-1.1.src
Upstream URL : https://rocksdb.org/
Summary : Development package for RocksDB
Description :
RocksDB is a high performance embedded database for key-value data.
It is a fork of LevelDB which was then optimized to exploit many
central processing unit (CPU) cores, and make efficient use of fast
storage, such as solid-state drives (SSD), for input/output (I/O)
bound workloads. It is based on a log-structured merge-tree (LSM tree)
data structure.
This package contains the files needed to compile programs that use
the RocksDB library.