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

Last updated: November 29,2024

1. Install "libdb-cxx.x86_64" package

Here is a brief guide to show you how to install libdb-cxx.x86_64 on Fedora 36

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

2. Uninstall "libdb-cxx.x86_64" package

Please follow the guidelines below to uninstall libdb-cxx.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 2:26:58 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : libdb-cxx
Version : 5.3.28
Release : 51.fc36
Architecture : x86_64
Size : 791 k
Source : libdb-5.3.28-51.fc36.src.rpm
Repository : fedora
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.