How To Install asterisk-tds on Fedora 36

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

Introduction

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

What is asterisk-tds

Modules for Asterisk that use FreeTDS.

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

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

sudo dnf -y install asterisk-tds

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

sudo yum -y install asterisk-tds

How To Uninstall asterisk-tds on Fedora 36

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

sudo dnf remove asterisk-tds

asterisk-tds Package Contents on Fedora 36

/etc/asterisk/cdr_tds.conf
/etc/asterisk/cel_tds.conf
/usr/lib/.build-id
/usr/lib/.build-id/37/8158caaec97af95d292ff0e70319aa67a1f211
/usr/lib/.build-id/bb/1638c3a61795ddcd4ccb5ca081d3eb6f8deebe
/usr/lib64/asterisk/modules/cdr_tds.so
/usr/lib64/asterisk/modules/cel_tds.so

References

Summary

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