How To Install asterisk-mgcp on Fedora 36

In this tutorial we learn how to install asterisk-mgcp in Fedora 36. asterisk-mgcp is MGCP channel driver for Asterisk

Introduction

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

What is asterisk-mgcp

MGCP channel driver for Asterisk

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

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

sudo dnf -y install asterisk-mgcp

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

sudo yum -y install asterisk-mgcp

How To Uninstall asterisk-mgcp on Fedora 36

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

sudo dnf remove asterisk-mgcp

asterisk-mgcp Package Contents on Fedora 36

/etc/asterisk/mgcp.conf
/etc/asterisk/res_pktccops.conf
/usr/lib/.build-id
/usr/lib/.build-id/00/cfa0d9d5d4cc82a9450ec78c4f47c9c3ad3078
/usr/lib/.build-id/25/b3243005e1d1326d93487648f9f7fa3081e65e
/usr/lib64/asterisk/modules/chan_mgcp.so
/usr/lib64/asterisk/modules/res_pktccops.so

References

Summary

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