How To Install asterisk-curl on Fedora 36

In this tutorial we learn how to install asterisk-curl in Fedora 36. asterisk-curl is Modules for Asterisk that use cURL

Introduction

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

What is asterisk-curl

Modules for Asterisk that use cURL.

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

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

sudo dnf -y install asterisk-curl

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

sudo yum -y install asterisk-curl

How To Uninstall asterisk-curl on Fedora 36

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

sudo dnf remove asterisk-curl

asterisk-curl Package Contents on Fedora 36

/etc/asterisk/dbsep.conf
/etc/asterisk/res_curl.conf
/usr/lib/.build-id
/usr/lib/.build-id/3b/7c114aefdcb9e2e1da7abc4949d5b1ea24ba8a
/usr/lib/.build-id/4f/e90fb1525847bae908df3f1475cf622370d648
/usr/lib/.build-id/82/30883fcaac396445f236d4c2275ba5c527f856
/usr/lib64/asterisk/modules/func_curl.so
/usr/lib64/asterisk/modules/res_config_curl.so
/usr/lib64/asterisk/modules/res_curl.so
/usr/share/doc/asterisk-curl
/usr/share/doc/asterisk-curl/dbsep.cgi

References

Summary

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