How To Install asterisk-lua on Fedora 36
Introduction
In this tutorial we learn how to install asterisk-lua
on Fedora 36.
What is asterisk-lua
Lua resources for Asterisk.
We can use yum
or dnf
to install asterisk-lua
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install asterisk-lua.
Install asterisk-lua 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-lua
using dnf
by running the following command:
sudo dnf -y install asterisk-lua
Install asterisk-lua 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-lua
using yum
by running the following command:
sudo yum -y install asterisk-lua
How To Uninstall asterisk-lua on Fedora 36
To uninstall only the asterisk-lua
package we can use the following command:
sudo dnf remove asterisk-lua
asterisk-lua Package Contents on Fedora 36
/etc/asterisk/extensions.lua
/usr/lib/.build-id
/usr/lib/.build-id/1d/3ecf14cf58141231b910d0420dee37479db1dd
/usr/lib64/asterisk/modules/pbx_lua.so
References
Summary
In this tutorial we learn how to install asterisk-lua
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).