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

Last updated: October 07,2024

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

This guide let you learn how to install libdb-cxx-devel.x86_64 on Fedora 35

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

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

Here is a brief guide to show you how to uninstall libdb-cxx-devel.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 4:03:41 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : libdb-cxx-devel
Version : 5.3.28
Release : 50.fc35
Architecture : x86_64
Size : 19 k
Source : libdb-5.3.28-50.fc35.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.