How To Install libgda-ldap on Fedora 36

In this tutorial we learn how to install libgda-ldap in Fedora 36. libgda-ldap is Ldap provider for libgda

Introduction

In this tutorial we learn how to install libgda-ldap on Fedora 36.

What is libgda-ldap

This libgda-ldap includes the libgda Ldap provider.

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

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

sudo dnf -y install libgda-ldap

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

sudo yum -y install libgda-ldap

How To Uninstall libgda-ldap on Fedora 36

To uninstall only the libgda-ldap package we can use the following command:

sudo dnf remove libgda-ldap

libgda-ldap Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/54
/usr/lib/.build-id/54/c4ab72347f7ac84442f8090a7561ec91ab398c
/usr/lib64/libgda-5.0/providers/libgda-ldap.so
/usr/share/libgda-5.0/ldap_specs_auth.xml
/usr/share/libgda-5.0/ldap_specs_dsn.xml

References

Summary

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