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

Last updated: May 19,2024

1. Install "libdb-cxx.i686" package

This is a short guide on how to install libdb-cxx.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libdb-cxx.i686

2. Uninstall "libdb-cxx.i686" package

Please follow the instructions below to uninstall libdb-cxx.i686 on Amazon Linux 2:

$ sudo yum remove libdb-cxx.i686 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : libdb-cxx
Arch : i686
Version : 5.3.21
Release : 24.amzn2.0.3
Size : 846 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.