How To Install asterisk-ael on Fedora 36
Introduction
In this tutorial we learn how to install asterisk-ael
on Fedora 36.
What is asterisk-ael
AEL (Asterisk Extension Logic) mdoules for Asterisk
We can use yum
or dnf
to install asterisk-ael
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install asterisk-ael.
Install asterisk-ael 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-ael
using dnf
by running the following command:
sudo dnf -y install asterisk-ael
Install asterisk-ael 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-ael
using yum
by running the following command:
sudo yum -y install asterisk-ael
How To Uninstall asterisk-ael on Fedora 36
To uninstall only the asterisk-ael
package we can use the following command:
sudo dnf remove asterisk-ael
asterisk-ael Package Contents on Fedora 36
/etc/asterisk/extensions.ael
/usr/lib/.build-id
/usr/lib/.build-id/50
/usr/lib/.build-id/50/48deb3898b0d8ccb2693b18af8f1b340254fb0
/usr/lib/.build-id/52
/usr/lib/.build-id/52/6f6d4cbc42ef4c8a605713d805c2d3f003483f
/usr/lib/.build-id/65/9bc323458e3afa58720d978b49ee342c4fc5a0
/usr/lib64/asterisk/modules/pbx_ael.so
/usr/lib64/asterisk/modules/res_ael_share.so
/usr/sbin/aelparse
References
Summary
In this tutorial we learn how to install asterisk-ael
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).