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

Last updated: May 19,2024

1. Install "gdbm-devel.i686" package

This guide let you learn how to install gdbm-devel.i686 on Fedora 35

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

2. Uninstall "gdbm-devel.i686" package

Learn how to uninstall gdbm-devel.i686 on Fedora 35:

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

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

Last metadata expiration check: 0:32:32 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : gdbm-devel
Epoch : 1
Version : 1.22
Release : 1.fc35
Architecture : i686
Size : 80 k
Source : gdbm-1.22-1.fc35.src.rpm
Repository : updates
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.