How to Install and Uninstall leveldb.x86_64 Package on CentOS Stream 8

Last updated: May 14,2024

1. Install "leveldb.x86_64" package

Please follow the steps below to install leveldb.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install leveldb.x86_64

2. Uninstall "leveldb.x86_64" package

Please follow the steps below to uninstall leveldb.x86_64 on CentOS Stream 8:

$ sudo dnf remove leveldb.x86_64 $ sudo dnf autoremove

3. Information about the leveldb.x86_64 package on CentOS Stream 8

Last metadata expiration check: 0:57:09 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : leveldb
Version : 1.22
Release : 1.el8
Architecture : x86_64
Size : 181 k
Source : leveldb-1.22-1.el8.src.rpm
Repository : epel
Summary : A fast and lightweight key/value database library by Google
URL : https://github.com/google/leveldb
License : BSD
Description : LevelDB is a fast key-value storage library written at Google that provides an
: ordered mapping from string keys to string values.