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

Last updated: October 09,2024

1. Install "compat-gdbm-devel.i686" package

This guide covers the steps necessary to install compat-gdbm-devel.i686 on Fedora 35

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

2. Uninstall "compat-gdbm-devel.i686" package

This is a short guide on how to uninstall compat-gdbm-devel.i686 on Fedora 35:

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

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

Last metadata expiration check: 1:50:47 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : compat-gdbm-devel
Version : 1.14.1
Release : 14.fc35
Architecture : i686
Size : 54 k
Source : compat-gdbm-1.14.1-14.fc35.src.rpm
Repository : fedora
Summary : Development libraries and header files for the gdbm library
URL : http://www.gnu.org/software/gdbm/
License : GPLv3+
Description : Gdbm-devel contains the development libraries and header files for
: gdbm, the GNU database system. These libraries and header files are
: necessary if you plan to do development using the gdbm database.
:
: Install gdbm-devel if you are developing C programs which will use the
: gdbm database library. You'll also need to install the gdbm package.