How To Install murmur on Fedora 36
Introduction
In this tutorial we learn how to install murmur
on Fedora 36.
What is murmur
Murmur(also called mumble-server) is part of the VoIP suite Mumble primarily aimed at gamers. Murmur is the server component of the suite.
We can use yum
or dnf
to install murmur
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install murmur.
Install murmur 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 murmur
using dnf
by running the following command:
sudo dnf -y install murmur
Install murmur 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 murmur
using yum
by running the following command:
sudo yum -y install murmur
How To Uninstall murmur on Fedora 36
To uninstall only the murmur
package we can use the following command:
sudo dnf remove murmur
murmur Package Contents on Fedora 36
/etc/mumble-server.ini
/etc/murmur/murmur.ini
/usr/lib/.build-id
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/e4039e70a293a0d63dba3e707d38c3363143e8
/usr/lib/systemd/system/murmur.service
/usr/sbin/mumble-server
/usr/sbin/murmurd
/usr/share/doc/murmur
/usr/share/doc/murmur/CHANGES
/usr/share/doc/murmur/README
/usr/share/doc/murmur/README.Linux
/usr/share/licenses/murmur
/usr/share/licenses/murmur/LICENSE
/usr/share/man/man1/murmurd.1.gz
/var/lib/mumble-server
References
Summary
In this tutorial we learn how to install murmur
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).