How To Install f32-backgrounds-xfce on Fedora 36
Introduction
In this tutorial we learn how to install f32-backgrounds-xfce on Fedora 36.
What is f32-backgrounds-xfce
This package contains XFCE4 desktop background for the Fedora 32 default theme.
We can use yum or dnf to install f32-backgrounds-xfce on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install f32-backgrounds-xfce.
Install f32-backgrounds-xfce 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 f32-backgrounds-xfce using dnf by running the following command:
sudo dnf -y install f32-backgrounds-xfce
Install f32-backgrounds-xfce 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 f32-backgrounds-xfce using yum by running the following command:
sudo yum -y install f32-backgrounds-xfce
How To Uninstall f32-backgrounds-xfce on Fedora 36
To uninstall only the f32-backgrounds-xfce package we can use the following command:
sudo dnf remove f32-backgrounds-xfce
f32-backgrounds-xfce Package Contents on Fedora 36
/usr/share/xfce4
/usr/share/xfce4/backdrops
/usr/share/xfce4/backdrops/f32-01-dawn.png
/usr/share/xfce4/backdrops/f32-03-dusk.png
/usr/share/xfce4/backdrops/f32-04-twilight.png
/usr/share/xfce4/backdrops/f32.png
References
Summary
In this tutorial we learn how to install f32-backgrounds-xfce on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).