How To Install seren on Fedora 36
Introduction
In this tutorial we learn how to install seren
on Fedora 36.
What is seren
Seren is a simple VoIP program based on the Opus codec that allows you to create a voice conference from the terminal, with up to 10 participants, without having to register accounts, exchange emails, or add people to contact lists. All you need to join an existing conference is the host name or IP address of one of the participants. Seren creates a dynamic peer-to-peer network of equivalent nodes which exchange text and audio data using a UDP connection, and offers the user the ability to change the quality/bitrate on the fly, encrypt the traffic and record the calls.
We can use yum
or dnf
to install seren
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install seren.
Install seren 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 seren
using dnf
by running the following command:
sudo dnf -y install seren
Install seren 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 seren
using yum
by running the following command:
sudo yum -y install seren
How To Uninstall seren on Fedora 36
To uninstall only the seren
package we can use the following command:
sudo dnf remove seren
seren Package Contents on Fedora 36
/usr/bin/seren
/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/3fb99aec8c1684ee403c4dad0a550ebfd5a214
/usr/share/doc/seren
/usr/share/doc/seren/BUGS
/usr/share/doc/seren/COPYING
/usr/share/doc/seren/Changelog
/usr/share/doc/seren/README
/usr/share/doc/seren/TODO
/usr/share/man/man1/seren.1.gz
References
Summary
In this tutorial we learn how to install seren
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).