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

Last updated: April 27,2024

1. Install "gdbm.x86_64" package

This guide let you learn how to install gdbm.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install gdbm.x86_64

2. Uninstall "gdbm.x86_64" package

This is a short guide on how to uninstall gdbm.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove gdbm.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1 day, 3:29:49 ago on Sun May 9 13:03:46 2021.
Installed Packages
Name : gdbm
Epoch : 1
Version : 1.18
Release : 1.el8
Architecture : x86_64
Size : 391 k
Source : gdbm-1.18-1.el8.src.rpm
Repository : @System
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.