How To Install leonidas-backgrounds on Fedora 36
Introduction
In this tutorial we learn how to install leonidas-backgrounds on Fedora 36.
What is leonidas-backgrounds
This package contains desktop backgrounds for the leonidas theme.
We can use yum or dnf to install leonidas-backgrounds on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install leonidas-backgrounds.
Install leonidas-backgrounds 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 leonidas-backgrounds using dnf by running the following command:
sudo dnf -y install leonidas-backgrounds
Install leonidas-backgrounds 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 leonidas-backgrounds using yum by running the following command:
sudo yum -y install leonidas-backgrounds
How To Uninstall leonidas-backgrounds on Fedora 36
To uninstall only the leonidas-backgrounds package we can use the following command:
sudo dnf remove leonidas-backgrounds
leonidas-backgrounds Package Contents on Fedora 36
/usr/share/backgrounds/leonidas/leonidas.xml
/usr/share/doc/leonidas-backgrounds
/usr/share/doc/leonidas-backgrounds/COPYING
/usr/share/gnome-background-properties/desktop-backgrounds-leonidas.xml
References
Summary
In this tutorial we learn how to install leonidas-backgrounds on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).