How to Install and Uninstall gdbm.src Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "gdbm.src" package

Please follow the steps below to install gdbm.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install gdbm.src

2. Uninstall "gdbm.src" package

In this section, we are going to explain the necessary steps to uninstall gdbm.src on Oracle Linux 9:

$ sudo dnf remove gdbm.src $ sudo dnf autoremove

3. Information about the gdbm.src package on Oracle Linux 9

Last metadata expiration check: 0:18:23 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : gdbm
Epoch : 1
Version : 1.19
Release : 4.el9
Architecture : src
Size : 960 k
Source : None
Repository : ol9_baseos_latest
Summary : A GNU set of database routines which use extensible hashing
URL : http://www.gnu.org/software/gdbm/
License : GPLv3+
Description : 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.