How to Install and Uninstall compat-gdbm.i686 Package on Fedora 34

Last updated: June 26,2024

1. Install "compat-gdbm.i686" package

Please follow the instructions below to install compat-gdbm.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install compat-gdbm.i686

2. Uninstall "compat-gdbm.i686" package

This tutorial shows how to uninstall compat-gdbm.i686 on Fedora 34:

$ sudo dnf remove compat-gdbm.i686 $ sudo dnf autoremove

3. Information about the compat-gdbm.i686 package on Fedora 34

Last metadata expiration check: 0:35:03 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : compat-gdbm
Version : 1.14.1
Release : 13.fc34
Architecture : i686
Size : 16 k
Source : compat-gdbm-1.14.1-13.fc34.src.rpm
Repository : fedora
Summary : A GNU set of database routines which use extensible hashing
URL : http://www.gnu.org/software/gdbm/
License : GPLv3+
Description : This is package is used only for rebase of gdbm in Fedora.
: Don't use it!
:
: Gdbm is a GNU database indexing library, including routines which use
: extensible hashing. Gdbm works in a similar way to standard UNIX dbm
: routines. Gdbm is useful for developers who write C applications and
: need access to a simple and efficient database or who are building C
: applications which will use such a database.
:
: If you're a C developer and your programs need access to simple
: database routines, you should install gdbm. You'll also need to
: install gdbm-devel.