How To Install openldap-clients on Fedora 36

In this tutorial we learn how to install openldap-clients in Fedora 36. openldap-clients is LDAP client utilities

Introduction

In this tutorial we learn how to install openldap-clients on Fedora 36.

What is openldap-clients

OpenLDAP is an open-source suite of LDAP (Lightweight Directory Access Protocol) applications and development tools. LDAP is a set of protocols for accessing directory services (usually phone book style information, but other information is possible) over the Internet, similar to the way DNS (Domain Name System) information is propagated over the Internet. The openldap-clients package contains the client programs needed for accessing and modifying OpenLDAP directories.

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

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

sudo dnf -y install openldap-clients

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

sudo yum -y install openldap-clients

How To Uninstall openldap-clients on Fedora 36

To uninstall only the openldap-clients package we can use the following command:

sudo dnf remove openldap-clients

openldap-clients Package Contents on Fedora 36

/usr/bin/ldapadd
/usr/bin/ldapcompare
/usr/bin/ldapdelete
/usr/bin/ldapexop
/usr/bin/ldapmodify
/usr/bin/ldapmodrdn
/usr/bin/ldappasswd
/usr/bin/ldapsearch
/usr/bin/ldapurl
/usr/bin/ldapvc
/usr/bin/ldapwhoami
/usr/lib/.build-id
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/a6ed89a6518436a93ff4a69e78609c3b156a29
/usr/lib/.build-id/27/e2825aa693c952126a6a6c2309872e9d7fb87d
/usr/lib/.build-id/32
/usr/lib/.build-id/32/66e89452ec0e7c2e5a1e79a55d07224c934893
/usr/lib/.build-id/50
/usr/lib/.build-id/50/20f2293aea35bd17406572f51cf12c86a9353f
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/f14033cac796c67ff1232240247576cfc0d0cb
/usr/lib/.build-id/a3/876a57419447dc9247f5be822fab32224a7c19
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/572493ff40e9f66b997a35d3f4f5d9d7609341
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/9ae8c9b85fa16ecc2977a2d0fd89f8b7c37eb0
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/3fec64db3f18ea99e36e42569c75b9c8992455
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/40d15290c633e1d9a6db1da398524127d8aa7b
/usr/share/man/man1/ldapadd.1.gz
/usr/share/man/man1/ldapcompare.1.gz
/usr/share/man/man1/ldapdelete.1.gz
/usr/share/man/man1/ldapexop.1.gz
/usr/share/man/man1/ldapmodify.1.gz
/usr/share/man/man1/ldapmodrdn.1.gz
/usr/share/man/man1/ldappasswd.1.gz
/usr/share/man/man1/ldapsearch.1.gz
/usr/share/man/man1/ldapurl.1.gz
/usr/share/man/man1/ldapvc.1.gz
/usr/share/man/man1/ldapwhoami.1.gz

References

Summary

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