How To Install gnome-shell-extension-frippery-panel-favorites on Fedora 36

In this tutorial we learn how to install gnome-shell-extension-frippery-panel-favorites in Fedora 36. gnome-shell-extension-frippery-panel-favorites is Add launchers for Favorites to the panel

Introduction

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

What is gnome-shell-extension-frippery-panel-favorites

This GNOME Shell extension places a launcher for each favourite application in the panel. Right clicking on the icons invokes a menu that lets one perform various operations on the application.

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

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

sudo dnf -y install gnome-shell-extension-frippery-panel-favorites

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

sudo yum -y install gnome-shell-extension-frippery-panel-favorites

How To Uninstall gnome-shell-extension-frippery-panel-favorites on Fedora 36

To uninstall only the gnome-shell-extension-frippery-panel-favorites package we can use the following command:

sudo dnf remove gnome-shell-extension-frippery-panel-favorites

gnome-shell-extension-frippery-panel-favorites Package Contents on Fedora 36

/usr/share/doc/gnome-shell-extension-frippery-panel-favorites
/usr/share/doc/gnome-shell-extension-frippery-panel-favorites/CHANGELOG
/usr/share/doc/gnome-shell-extension-frippery-panel-favorites/README
/usr/share/glib-2.0/schemas/org.frippery.panel-favorites.gschema.xml
/usr/share/gnome-shell/extensions/[email protected]
/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/gnome-shell/extensions/[email protected]/stylesheet.css
/usr/share/licenses/gnome-shell-extension-frippery-panel-favorites
/usr/share/licenses/gnome-shell-extension-frippery-panel-favorites/COPYING

References

Summary

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