How To Install gnome-shell-extension-mediacontrols on Fedora 36

In this tutorial we learn how to install gnome-shell-extension-mediacontrols in Fedora 36. gnome-shell-extension-mediacontrols is Show controls and information of the currently playing media in the panel

Introduction

In this tutorial we learn how to install gnome-shell-extension-mediacontrols on Fedora 36.

What is gnome-shell-extension-mediacontrols

Show controls and information of the currently playing media in the panel.

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

Install gnome-shell-extension-mediacontrols 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 gnome-shell-extension-mediacontrols using dnf by running the following command:

sudo dnf -y install gnome-shell-extension-mediacontrols

Install gnome-shell-extension-mediacontrols 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 gnome-shell-extension-mediacontrols using yum by running the following command:

sudo yum -y install gnome-shell-extension-mediacontrols

How To Uninstall gnome-shell-extension-mediacontrols on Fedora 36

To uninstall only the gnome-shell-extension-mediacontrols package we can use the following command:

sudo dnf remove gnome-shell-extension-mediacontrols

gnome-shell-extension-mediacontrols Package Contents on Fedora 36

/usr/share/glib-2.0/schemas/org.gnome.shell.extensions.mediacontrols.gschema.xml
/usr/share/gnome-shell/extensions/[email protected]
/usr/share/gnome-shell/extensions/[email protected]/dbus.js
/usr/share/gnome-shell/extensions/[email protected]/extension.js
/usr/share/gnome-shell/extensions/[email protected]/metadata.json
/usr/share/gnome-shell/extensions/[email protected]/player.js
/usr/share/gnome-shell/extensions/[email protected]/prefs.js
/usr/share/gnome-shell/extensions/[email protected]/prefs3.ui
/usr/share/gnome-shell/extensions/[email protected]/prefs4.ui
/usr/share/gnome-shell/extensions/[email protected]/settings.js
/usr/share/gnome-shell/extensions/[email protected]/stylesheet.css
/usr/share/gnome-shell/extensions/[email protected]/utils.js
/usr/share/gnome-shell/extensions/[email protected]/widget.js
/usr/share/licenses/gnome-shell-extension-mediacontrols
/usr/share/licenses/gnome-shell-extension-mediacontrols/LICENSE

References

Summary

In this tutorial we learn how to install gnome-shell-extension-mediacontrols on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).