How to Install and Uninstall gdbm.x86_64 Package on CentOS 7 / RHEL 7

Last updated: January 09,2025

1. Install "gdbm.x86_64" package

Please follow the guidelines below to install gdbm.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install gdbm.x86_64

2. Uninstall "gdbm.x86_64" package

Please follow the instructions below to uninstall gdbm.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove gdbm.x86_64 $ sudo yum autoremove

3. Information about the gdbm.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : gdbm
Arch : x86_64
Version : 1.10
Release : 8.el7
Size : 180 k
Repo : installed
From repo : anaconda
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.