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

Last updated: May 02,2024

1. Install "libdb.x86_64" package

In this section, we are going to explain the necessary steps to install libdb.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install libdb.x86_64

2. Uninstall "libdb.x86_64" package

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

$ sudo yum remove libdb.x86_64 $ sudo yum autoremove

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

Installed Packages
Name : libdb
Arch : x86_64
Version : 5.3.21
Release : 25.el7
Size : 1.8 M
Repo : installed
From repo : anaconda
Summary : The Berkeley DB database library for C
URL : http://www.oracle.com/database/berkeley-db/
License : BSD and LGPLv2 and Sleepycat
Description : The Berkeley Database (Berkeley DB) is a programmatic toolkit that
: provides embedded database support for both traditional and
: client/server applications. The Berkeley DB includes B+tree,
: Extended Linear Hashing, Fixed and Variable-length record access
: methods, transactions, locking, logging, shared memory caching,
: and database recovery. The Berkeley DB supports C, C++, Java, and
: Perl APIs. It is used by many applications, including Python and
: Perl, so this should be installed on all systems.