How To Install asterisk-ldap on Fedora 36

In this tutorial we learn how to install asterisk-ldap in Fedora 36. asterisk-ldap is LDAP resources for Asterisk

Introduction

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

What is asterisk-ldap

LDAP resources for Asterisk.

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

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

sudo dnf -y install asterisk-ldap

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

sudo yum -y install asterisk-ldap

How To Uninstall asterisk-ldap on Fedora 36

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

sudo dnf remove asterisk-ldap

asterisk-ldap Package Contents on Fedora 36

/etc/asterisk/res_ldap.conf
/usr/lib/.build-id
/usr/lib/.build-id/74
/usr/lib/.build-id/74/e4730cfbba84ac118eef31670afead9dfe7663
/usr/lib64/asterisk/modules/res_config_ldap.so

References

Summary

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