How To Install mumble-plugins on Fedora 36

In this tutorial we learn how to install mumble-plugins in Fedora 36. mumble-plugins is Plugins for VoIP program Mumble

Introduction

In this tutorial we learn how to install mumble-plugins on Fedora 36.

What is mumble-plugins

Mumble-plugins is part of VoIP suite Mumble primarily intended for gamers. This plugin allows game linking so the voice of players will come from the direction of their characters.

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

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

sudo dnf -y install mumble-plugins

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

sudo yum -y install mumble-plugins

How To Uninstall mumble-plugins on Fedora 36

To uninstall only the mumble-plugins package we can use the following command:

sudo dnf remove mumble-plugins

mumble-plugins Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/6382714e46baa26aee5d75d3d22103887e10c7
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/802cd5fee9b856744998a1962a805da5e06d3c
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/0e746cc5557a1f72ce6066f8069e61d6f3dfa8
/usr/lib64/mumble/libl4d2.so
/usr/lib64/mumble/liblink.so
/usr/lib64/mumble/librl.so

References

Summary

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