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

Last updated: October 08,2024

1. Install "libdb-utils.x86_64" package

Please follow the instructions below to install libdb-utils.x86_64 on Fedora 36

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

2. Uninstall "libdb-utils.x86_64" package

This tutorial shows how to uninstall libdb-utils.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 0:26:20 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : libdb-utils
Version : 5.3.28
Release : 51.fc36
Architecture : x86_64
Size : 133 k
Source : libdb-5.3.28-51.fc36.src.rpm
Repository : fedora
Summary : Command line tools for managing Berkeley DB databases
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. Berkeley DB includes B+tree, Extended
: Linear Hashing, Fixed and Variable-length record access methods,
: transactions, locking, logging, shared memory caching, and database
: recovery. DB supports C, C++ and Perl APIs.