How to Install and Uninstall libdb-cxx-devel.x86_64 Package on Amazon Linux 2

Last updated: May 18,2024

1. Install "libdb-cxx-devel.x86_64" package

In this section, we are going to explain the necessary steps to install libdb-cxx-devel.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libdb-cxx-devel.x86_64

2. Uninstall "libdb-cxx-devel.x86_64" package

This guide covers the steps necessary to uninstall libdb-cxx-devel.x86_64 on Amazon Linux 2:

$ sudo yum remove libdb-cxx-devel.x86_64 $ sudo yum autoremove

3. Information about the libdb-cxx-devel.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libdb-cxx-devel
Arch : x86_64
Version : 5.3.21
Release : 24.amzn2.0.3
Size : 20 k
Repo : amzn2-core/2/x86_64
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.