How To Install xfpanel-switch on Fedora 36

In this tutorial we learn how to install xfpanel-switch in Fedora 36. xfpanel-switch is A simple application to manage Xfce panel layouts

Introduction

In this tutorial we learn how to install xfpanel-switch on Fedora 36.

What is xfpanel-switch

A simple application to manage Xfce panel layouts With the modular Xfce Panel, a multitude of panel layouts can be created. This tool makes it possible to backup, restore, import, and export these panel layouts.

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

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

sudo dnf -y install xfpanel-switch

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

sudo yum -y install xfpanel-switch

How To Uninstall xfpanel-switch on Fedora 36

To uninstall only the xfpanel-switch package we can use the following command:

sudo dnf remove xfpanel-switch

xfpanel-switch Package Contents on Fedora 36

/usr/bin/xfpanel-switch
/usr/share/applications/xfpanel-switch.desktop
/usr/share/doc/xfpanel-switch
/usr/share/doc/xfpanel-switch/AUTHORS
/usr/share/doc/xfpanel-switch/INSTALL
/usr/share/doc/xfpanel-switch/NEWS
/usr/share/doc/xfpanel-switch/README
/usr/share/licenses/xfpanel-switch
/usr/share/licenses/xfpanel-switch/COPYING
/usr/share/locale/cs/LC_MESSAGES/xfpanel-switch.mo
/usr/share/locale/de/LC_MESSAGES/xfpanel-switch.mo
/usr/share/locale/el/LC_MESSAGES/xfpanel-switch.mo
/usr/share/locale/es/LC_MESSAGES/xfpanel-switch.mo
/usr/share/locale/fi/LC_MESSAGES/xfpanel-switch.mo
/usr/share/locale/fr/LC_MESSAGES/xfpanel-switch.mo
/usr/share/locale/gl/LC_MESSAGES/xfpanel-switch.mo
/usr/share/locale/it/LC_MESSAGES/xfpanel-switch.mo
/usr/share/locale/ja/LC_MESSAGES/xfpanel-switch.mo
/usr/share/locale/kk/LC_MESSAGES/xfpanel-switch.mo
/usr/share/locale/lt/LC_MESSAGES/xfpanel-switch.mo
/usr/share/locale/nl/LC_MESSAGES/xfpanel-switch.mo
/usr/share/locale/pl/LC_MESSAGES/xfpanel-switch.mo
/usr/share/locale/pt/LC_MESSAGES/xfpanel-switch.mo
/usr/share/locale/pt_BR/LC_MESSAGES/xfpanel-switch.mo
/usr/share/locale/ru/LC_MESSAGES/xfpanel-switch.mo
/usr/share/locale/sl/LC_MESSAGES/xfpanel-switch.mo
/usr/share/locale/sr/LC_MESSAGES/xfpanel-switch.mo
/usr/share/locale/sv/LC_MESSAGES/xfpanel-switch.mo
/usr/share/metainfo/org.xubuntu.XfpanelSwitch.appdata.xml
/usr/share/xfpanel-switch/layouts
/usr/share/xfpanel-switch/layouts/GNOME 2.tar.bz2
/usr/share/xfpanel-switch/layouts/Redmond.tar.bz2
/usr/share/xfpanel-switch/layouts/Xfce 4.12.tar.bz2
/usr/share/xfpanel-switch/layouts/Xubuntu Bionic.tar.bz2
/usr/share/xfpanel-switch/layouts/Xubuntu Precise.tar.bz2
/usr/share/xfpanel-switch/layouts/Xubuntu Trusty.tar.bz2
/usr/share/xfpanel-switch/locale
/usr/share/xfpanel-switch/xfpanel-switch
/usr/share/xfpanel-switch/xfpanel-switch/panelconfig.py
/usr/share/xfpanel-switch/xfpanel-switch/xfpanel-switch.glade
/usr/share/xfpanel-switch/xfpanel-switch/xfpanel-switch.py

References

Summary

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