How to Install and Uninstall leveldb.x86_64 Package on Oracle Linux 8

Last updated: June 18,2024

1. Install "leveldb.x86_64" package

Please follow the instructions below to install leveldb.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install leveldb.x86_64

2. Uninstall "leveldb.x86_64" package

Please follow the instructions below to uninstall leveldb.x86_64 on Oracle Linux 8:

$ sudo dnf remove leveldb.x86_64 $ sudo dnf autoremove

3. Information about the leveldb.x86_64 package on Oracle Linux 8

Last metadata expiration check: 6:12:37 ago on Mon Sep 12 02:51:38 2022.
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.