How To Install ldb-tools on Fedora 36

In this tutorial we learn how to install ldb-tools in Fedora 36. ldb-tools is Tools to manage LDB files

Introduction

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

What is ldb-tools

Tools to manage LDB files

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

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

sudo dnf -y install ldb-tools

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

sudo yum -y install ldb-tools

How To Uninstall ldb-tools on Fedora 36

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

sudo dnf remove ldb-tools

ldb-tools Package Contents on Fedora 36

/usr/bin/ldbadd
/usr/bin/ldbdel
/usr/bin/ldbedit
/usr/bin/ldbmodify
/usr/bin/ldbrename
/usr/bin/ldbsearch
/usr/lib/.build-id
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/19cb5358564950bfc56213f692817b7c509829
/usr/lib/.build-id/38
/usr/lib/.build-id/38/d5deabbbcff9c74c75086165c5d11457e74df5
/usr/lib/.build-id/74
/usr/lib/.build-id/74/557c104f937becaa949cf802a5beeb47a63f68
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/760c9214ea159369377de6be4e0af577833ea6
/usr/lib/.build-id/81/3b7754b26230e2503cf52abef9bc06196ddb04
/usr/lib/.build-id/83
/usr/lib/.build-id/83/4c046b869bcf3f6208bffb9f1a5cf6888d4cca
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/9c23fea1c0be592442f43739c2a4c47be09354
/usr/lib64/ldb/libldb-cmdline.so
/usr/share/man/man1/ldbadd.1.gz
/usr/share/man/man1/ldbdel.1.gz
/usr/share/man/man1/ldbedit.1.gz
/usr/share/man/man1/ldbmodify.1.gz
/usr/share/man/man1/ldbrename.1.gz
/usr/share/man/man1/ldbsearch.1.gz

References

Summary

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