How To Install gnome-shell-extension-gamemode on Fedora 36
Introduction
In this tutorial we learn how to install gnome-shell-extension-gamemode on Fedora 36.
What is gnome-shell-extension-gamemode
GNOME Shell extension to integrate with GameMode. Can display an icon when GameMode is active and also emit notifications when the global GameMode status changes.
We can use yum or dnf to install gnome-shell-extension-gamemode on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gnome-shell-extension-gamemode.
Install gnome-shell-extension-gamemode 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-gamemode using dnf by running the following command:
sudo dnf -y install gnome-shell-extension-gamemode
Install gnome-shell-extension-gamemode 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-gamemode using yum by running the following command:
sudo yum -y install gnome-shell-extension-gamemode
How To Uninstall gnome-shell-extension-gamemode on Fedora 36
To uninstall only the gnome-shell-extension-gamemode package we can use the following command:
sudo dnf remove gnome-shell-extension-gamemode
gnome-shell-extension-gamemode Package Contents on Fedora 36
/usr/share/doc/gnome-shell-extension-gamemode
/usr/share/doc/gnome-shell-extension-gamemode/README.md
/usr/share/glib-2.0/schemas/org.gnome.shell.extensions.gamemode.gschema.xml
/usr/share/gnome-shell/extensions/[email protected]
/usr/share/gnome-shell/extensions/[email protected]/client.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]/prefs.js
/usr/share/licenses/gnome-shell-extension-gamemode
/usr/share/licenses/gnome-shell-extension-gamemode/LICENSE
/usr/share/locale/ca/LC_MESSAGES/gamemode-extension.mo
/usr/share/locale/cs/LC_MESSAGES/gamemode-extension.mo
/usr/share/locale/de/LC_MESSAGES/gamemode-extension.mo
/usr/share/locale/es/LC_MESSAGES/gamemode-extension.mo
/usr/share/locale/fr/LC_MESSAGES/gamemode-extension.mo
/usr/share/locale/it/LC_MESSAGES/gamemode-extension.mo
/usr/share/locale/nl/LC_MESSAGES/gamemode-extension.mo
/usr/share/locale/pl/LC_MESSAGES/gamemode-extension.mo
/usr/share/locale/pt/LC_MESSAGES/gamemode-extension.mo
/usr/share/locale/pt_BR/LC_MESSAGES/gamemode-extension.mo
/usr/share/locale/pt_PT/LC_MESSAGES/gamemode-extension.mo
/usr/share/locale/zh_CN/LC_MESSAGES/gamemode-extension.mo
References
Summary
In this tutorial we learn how to install gnome-shell-extension-gamemode on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).