How To Install asterisk-skinny on Fedora 36
Introduction
In this tutorial we learn how to install asterisk-skinny
on Fedora 36.
What is asterisk-skinny
Modules for Asterisk that support the SCCP/Skinny protocol.
We can use yum
or dnf
to install asterisk-skinny
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install asterisk-skinny.
Install asterisk-skinny 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-skinny
using dnf
by running the following command:
sudo dnf -y install asterisk-skinny
Install asterisk-skinny 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-skinny
using yum
by running the following command:
sudo yum -y install asterisk-skinny
How To Uninstall asterisk-skinny on Fedora 36
To uninstall only the asterisk-skinny
package we can use the following command:
sudo dnf remove asterisk-skinny
asterisk-skinny Package Contents on Fedora 36
/etc/asterisk/skinny.conf
/usr/lib/.build-id
/usr/lib/.build-id/52/c0b7cf22bc7afaab52020d411ad8d24c0855d4
/usr/lib64/asterisk/modules/chan_skinny.so
References
Summary
In this tutorial we learn how to install asterisk-skinny
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).