How To Install asterisk-corosync on Fedora 36

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

Introduction

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

What is asterisk-corosync

Modules for Asterisk that use Corosync.

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

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

sudo dnf -y install asterisk-corosync

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

sudo yum -y install asterisk-corosync

How To Uninstall asterisk-corosync on Fedora 36

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

sudo dnf remove asterisk-corosync

asterisk-corosync Package Contents on Fedora 36

/etc/asterisk/res_corosync.conf
/usr/lib/.build-id
/usr/lib/.build-id/19/488c19485f1d932fa97e453976ffcdc0ee1d67
/usr/lib64/asterisk/modules/res_corosync.so

References

Summary

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