How To Install libldb on Fedora 36

In this tutorial we learn how to install libldb in Fedora 36. libldb is A schema-less, ldap like, API and database

Introduction

In this tutorial we learn how to install libldb on Fedora 36.

What is libldb

An extensible library that implements an LDAP like API to access remote LDAP servers, or use local tdb databases.

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

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

sudo dnf -y install libldb

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

sudo yum -y install libldb

How To Uninstall libldb on Fedora 36

To uninstall only the libldb package we can use the following command:

sudo dnf remove libldb

libldb Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/8c7d4345ca50292b2e058a877fba79d200584c
/usr/lib/.build-id/12
/usr/lib/.build-id/12/d48cbd50c754a45c44e1da3d61e486096da09f
/usr/lib/.build-id/24
/usr/lib/.build-id/24/47330a8c30e4acb79ba414fd364a4020934fc3
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/d6275fdaf6aedd847ee0228db6a9d79396b3bd
/usr/lib/.build-id/60
/usr/lib/.build-id/60/0fc7f7d8cabe428650981df7ac92c583288968
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/ce79f1cbf9333d8f9d0ffcfcb862591e274575
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/5178927d4bc4ff2646dc6cbae9e4fcf79c47de
/usr/lib/.build-id/81
/usr/lib/.build-id/81/f5ba268b1888a8fe89dc6ed0776044469a2da8
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/1bf467bb02a9e5bd8f4ce935e8dd48caac89b3
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/3e880fb8a2822415936625babd271c19db631d
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/4b877b5b5e677206c96dff27bc43eab3fa52bb
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/81a60463cda5276ac2b5c8a973c4d77ff307c1
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/9b6df61eabed11388f1ae434652b8539507434
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/34eb612b8a415255f3d20ea69b10d6301aac15
/usr/lib/.build-id/df
/usr/lib/.build-id/df/03bae0f43a252c751ab8a310fa0a2c6202f6b2
/usr/lib64/ldb
/usr/lib64/ldb/libldb-key-value.so
/usr/lib64/ldb/libldb-mdb-int.so
/usr/lib64/ldb/libldb-tdb-err-map.so
/usr/lib64/ldb/libldb-tdb-int.so
/usr/lib64/ldb/modules
/usr/lib64/ldb/modules/ldb
/usr/lib64/ldb/modules/ldb/asq.so
/usr/lib64/ldb/modules/ldb/ldap.so
/usr/lib64/ldb/modules/ldb/ldb.so
/usr/lib64/ldb/modules/ldb/mdb.so
/usr/lib64/ldb/modules/ldb/paged_searches.so
/usr/lib64/ldb/modules/ldb/rdn_name.so
/usr/lib64/ldb/modules/ldb/sample.so
/usr/lib64/ldb/modules/ldb/server_sort.so
/usr/lib64/ldb/modules/ldb/skel.so
/usr/lib64/ldb/modules/ldb/tdb.so
/usr/lib64/libldb.so.2
/usr/lib64/libldb.so.2.5.0

References

Summary

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