How To Install xfce-theme-manager on Fedora 36

In this tutorial we learn how to install xfce-theme-manager in Fedora 36. xfce-theme-manager is A theme manager for Xfce

Introduction

In this tutorial we learn how to install xfce-theme-manager on Fedora 36.

What is xfce-theme-manager

A theme manager allowing easy configuration of themes, window borders, controls, icons and cursors for Xfce

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

Install xfce-theme-manager 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 xfce-theme-manager using dnf by running the following command:

sudo dnf -y install xfce-theme-manager

Install xfce-theme-manager 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 xfce-theme-manager using yum by running the following command:

sudo yum -y install xfce-theme-manager

How To Uninstall xfce-theme-manager on Fedora 36

To uninstall only the xfce-theme-manager package we can use the following command:

sudo dnf remove xfce-theme-manager

xfce-theme-manager Package Contents on Fedora 36

/usr/bin/xfce-theme-manager
/usr/lib/.build-id
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/9afccffd17eb2242b77776231105dc0ad2bb7b
/usr/share/Xfce-Theme-Manager/scripts
/usr/share/Xfce-Theme-Manager/scripts/RandomAll
/usr/share/Xfce-Theme-Manager/scripts/RandomGTK
/usr/share/Xfce-Theme-Manager/scripts/RandomTheme
/usr/share/Xfce-Theme-Manager/scripts/RandomWMBorder
/usr/share/Xfce-Theme-Manager/scripts/RandomWallpaper
/usr/share/Xfce-Theme-Manager/scripts/SequentialGTK
/usr/share/Xfce-Theme-Manager/scripts/SequentialIcons
/usr/share/Xfce-Theme-Manager/scripts/SequentialTheme
/usr/share/Xfce-Theme-Manager/scripts/SequentialWMBorder
/usr/share/Xfce-Theme-Manager/scripts/SequentialWallpaper
/usr/share/applications/Xfce-Theme-Manager.desktop
/usr/share/doc/xfce-theme-manager
/usr/share/doc/xfce-theme-manager/ChangeLog
/usr/share/doc/xfce-theme-manager/gpl-3.0.txt
/usr/share/man/de/man1/xfce-theme-manager.1.gz
/usr/share/man/es/man1/xfce-theme-manager.1.gz
/usr/share/man/fr/man1/xfce-theme-manager.1.gz
/usr/share/man/man1/xfce-theme-manager.1.gz
/usr/share/man/pl/man1/xfce-theme-manager.1.gz
/usr/share/pixmaps/xfce-theme-manager.png

References

Summary

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