How To Install tdb-tools on Fedora 36

In this tutorial we learn how to install tdb-tools in Fedora 36. tdb-tools is Developer tools for the Tdb library

Introduction

In this tutorial we learn how to install tdb-tools on Fedora 36.

What is tdb-tools

Tools to manage Tdb files

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

Install tdb-tools 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 tdb-tools using dnf by running the following command:

sudo dnf -y install tdb-tools

Install tdb-tools 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 tdb-tools using yum by running the following command:

sudo yum -y install tdb-tools

How To Uninstall tdb-tools on Fedora 36

To uninstall only the tdb-tools package we can use the following command:

sudo dnf remove tdb-tools

tdb-tools Package Contents on Fedora 36

/usr/bin/tdbbackup
/usr/bin/tdbdump
/usr/bin/tdbrestore
/usr/bin/tdbtool
/usr/lib/.build-id
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/93afdba38d5ae8b0d2e46b12c0b02d229750d3
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/0dde42956b37825cec28a33946570bb893a376
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/121514586e738414452848ef92504b4ccef1ca
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/2cb6734d24e18cd68a7237464218acb36e3cfd
/usr/share/man/man8/tdbbackup.8.gz
/usr/share/man/man8/tdbdump.8.gz
/usr/share/man/man8/tdbrestore.8.gz
/usr/share/man/man8/tdbtool.8.gz

References

Summary

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