How to Install and Uninstall libdb-cxx.i686 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 04,2024

1. Install "libdb-cxx.i686" package

This guide covers the steps necessary to install libdb-cxx.i686 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libdb-cxx.i686

2. Uninstall "libdb-cxx.i686" package

In this section, we are going to explain the necessary steps to uninstall libdb-cxx.i686 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the libdb-cxx.i686 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:50:14 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libdb-cxx
Version : 5.3.28
Release : 53.el9
Architecture : i686
Size : 842 k
Source : libdb-5.3.28-53.el9.src.rpm
Repository : ubi-9-codeready-builder
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++, and Perl APIs. It is
: used by many applications, including Python and Perl, so this should
: be installed on all systems.