How to Install and Uninstall leveldb.i686 Package on Fedora 39

Last updated: March 09,2025

1. Install "leveldb.i686" package

Please follow the guidelines below to install leveldb.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install leveldb.i686

2. Uninstall "leveldb.i686" package

This guide let you learn how to uninstall leveldb.i686 on Fedora 39:

$ sudo dnf remove leveldb.i686 $ sudo dnf autoremove

3. Information about the leveldb.i686 package on Fedora 39

Last metadata expiration check: 4:17:34 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : leveldb
Version : 1.23
Release : 7.fc39
Architecture : i686
Size : 166 k
Source : leveldb-1.23-7.fc39.src.rpm
Repository : fedora
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.