How To Install svxlink-reflector on Fedora 36

In this tutorial we learn how to install svxlink-reflector in Fedora 36. svxlink-reflector is An audio reflector for connecting SvxLink Servers

Introduction

In this tutorial we learn how to install svxlink-reflector on Fedora 36.

The SvxReflector application is meant to be used as a center point to link SvxLink nodes together. The new SvxLink ReflectorLogic logic core is used to connect a SvxLink node to the reflector server. One or more logics can then be connected to the reflector using normal logic linking.

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install svxlink-reflector using dnf by running the following command:

sudo dnf -y install svxlink-reflector

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install svxlink-reflector using yum by running the following command:

sudo yum -y install svxlink-reflector

To uninstall only the svxlink-reflector package we can use the following command:

sudo dnf remove svxlink-reflector
/etc/svxlink/svxreflector.conf
/etc/sysconfig/svxreflector
/usr/bin/svxreflector
/usr/lib/.build-id
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/55a11e2ecb1e32eff81023680910df2461f175
/usr/lib/systemd/system/svxreflector.service
/usr/share/man/man1/svxreflector.1.gz
/usr/share/man/man5/svxreflector.conf.5.gz

References

Summary

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