How To Install mumble-overlay on Fedora 36
Introduction
In this tutorial we learn how to install mumble-overlay on Fedora 36.
What is mumble-overlay
Mumble-overlay is part of the Mumble VoIP suite aimed at gamers. If supported, starting your game with this script will enable an ingame Mumble overlay.
We can use yum or dnf to install mumble-overlay on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mumble-overlay.
Install mumble-overlay 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 mumble-overlay using dnf by running the following command:
sudo dnf -y install mumble-overlay
Install mumble-overlay 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 mumble-overlay using yum by running the following command:
sudo yum -y install mumble-overlay
How To Uninstall mumble-overlay on Fedora 36
To uninstall only the mumble-overlay package we can use the following command:
sudo dnf remove mumble-overlay
mumble-overlay Package Contents on Fedora 36
/usr/bin/mumble-overlay
/usr/lib/.build-id
/usr/lib/.build-id/38
/usr/lib/.build-id/38/1d070c85fadb62d47e4cff71aae161d3fd3210
/usr/lib64/mumble/libmumble.so
/usr/lib64/mumble/libmumble.so.1
/usr/lib64/mumble/libmumble.so.1.3
/usr/lib64/mumble/libmumble.so.1.3.4
/usr/share/man/man1/mumble-overlay.1.gz
References
Summary
In this tutorial we learn how to install mumble-overlay on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).