How To Install libdb-utils on Fedora 36

In this tutorial we learn how to install libdb-utils in Fedora 36. libdb-utils is Command line tools for managing Berkeley DB databases

Introduction

In this tutorial we learn how to install libdb-utils on Fedora 36.

What is libdb-utils

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.

We can use yum or dnf to install libdb-utils on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdb-utils.

Install libdb-utils on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libdb-utils using dnf by running the following command:

sudo dnf -y install libdb-utils

Install libdb-utils on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libdb-utils using yum by running the following command:

sudo yum -y install libdb-utils

How To Uninstall libdb-utils on Fedora 36

To uninstall only the libdb-utils package we can use the following command:

sudo dnf remove libdb-utils

libdb-utils Package Contents on Fedora 36

/usr/bin/db_archive
/usr/bin/db_checkpoint
/usr/bin/db_deadlock
/usr/bin/db_dump
/usr/bin/db_dump185
/usr/bin/db_hotbackup
/usr/bin/db_load
/usr/bin/db_log_verify
/usr/bin/db_printlog
/usr/bin/db_recover
/usr/bin/db_replicate
/usr/bin/db_stat
/usr/bin/db_tuner
/usr/bin/db_upgrade
/usr/bin/db_verify
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/b22cae15b8c2d3e8725174414d9a6cad997517
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/6128f841f5bff3caa100dd718cc5899abcd6bd
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/95005212e078fc87e2bb2faaad897b3508277e
/usr/lib/.build-id/31
/usr/lib/.build-id/31/3b116cee8017e56a793dc744a9a3e4d1359be7
/usr/lib/.build-id/44
/usr/lib/.build-id/44/65b9327c9bbd4a7d9384b17e6094521d937c09
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/00fba22057c77d557e5a5344e00494b656952c
/usr/lib/.build-id/60
/usr/lib/.build-id/60/431a3f1d0a870ad77e1162f9e947efbbfdbf4c
/usr/lib/.build-id/61
/usr/lib/.build-id/61/652a97e9d1af0cd65e21556c79748b40504175
/usr/lib/.build-id/68
/usr/lib/.build-id/68/2b364fbd1ff885198868bb595cca62ece6f870
/usr/lib/.build-id/79
/usr/lib/.build-id/79/42c3fc818fc096501effbbfa3791873d786dce
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/73117ebf996d70285498a9d5b136f59a5ee6df
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/0169e0adecf29f6ed5207f11dedf9f65b717ff
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/633478253fa642c1cf44420d78896ce4bdda57
/usr/lib/.build-id/a3/6800ed469996dbb0e5810bc2e6ebde5b8ff5cb
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/daa3bf6bd8d6b2cfbc319edd209f373bb38f97
/usr/share/man/man1/db_archive.1.gz
/usr/share/man/man1/db_checkpoint.1.gz
/usr/share/man/man1/db_deadlock.1.gz
/usr/share/man/man1/db_dump.1.gz
/usr/share/man/man1/db_dump185.1.gz
/usr/share/man/man1/db_hotbackup.1.gz
/usr/share/man/man1/db_load.1.gz
/usr/share/man/man1/db_log_verify.1.gz
/usr/share/man/man1/db_printlog.1.gz
/usr/share/man/man1/db_recover.1.gz
/usr/share/man/man1/db_replicate.1.gz
/usr/share/man/man1/db_stat.1.gz
/usr/share/man/man1/db_tuner.1.gz
/usr/share/man/man1/db_upgrade.1.gz
/usr/share/man/man1/db_verify.1.gz

References

Summary

In this tutorial we learn how to install libdb-utils on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).