How to Install and Uninstall libdb-cxx.x86_64 Package on Fedora 34

Last updated: September 21,2024

1. Install "libdb-cxx.x86_64" package

Please follow the guidance below to install libdb-cxx.x86_64 on Fedora 34

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

2. Uninstall "libdb-cxx.x86_64" package

Please follow the guidance below to uninstall libdb-cxx.x86_64 on Fedora 34:

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

3. Information about the libdb-cxx.x86_64 package on Fedora 34

Last metadata expiration check: 2:55:00 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libdb-cxx
Version : 5.3.28
Release : 49.fc34
Architecture : x86_64
Size : 775 k
Source : libdb-5.3.28-49.fc34.src.rpm
Repository : updates
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.