How To Install elementary-wallpapers on Fedora 36

In this tutorial we learn how to install elementary-wallpapers in Fedora 36. elementary-wallpapers is Collection of wallpapers from the elementary project

Introduction

In this tutorial we learn how to install elementary-wallpapers on Fedora 36.

What is elementary-wallpapers

This is the official collection of wallpapers from the elementary project.

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

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

sudo dnf -y install elementary-wallpapers

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

sudo yum -y install elementary-wallpapers

How To Uninstall elementary-wallpapers on Fedora 36

To uninstall only the elementary-wallpapers package we can use the following command:

sudo dnf remove elementary-wallpapers

elementary-wallpapers Package Contents on Fedora 36

/usr/share/backgrounds/elementary
/usr/share/backgrounds/elementary/Ashim DSilva.jpg
/usr/share/backgrounds/elementary/Canazei Granite Ridges.jpg
/usr/share/backgrounds/elementary/Carmine De Fazio.jpg
/usr/share/backgrounds/elementary/Jonas Nilsson Lee.jpg
/usr/share/backgrounds/elementary/Julia Craice.jpg
/usr/share/backgrounds/elementary/Luca Bravo.jpg
/usr/share/backgrounds/elementary/Morskie Oko.jpg
/usr/share/backgrounds/elementary/Mr. Lee.jpg
/usr/share/backgrounds/elementary/Nattu Adnan.jpg
/usr/share/backgrounds/elementary/Pablo Garcia Saldana.jpg
/usr/share/backgrounds/elementary/Photo by SpaceX.jpg
/usr/share/backgrounds/elementary/Rob Bye.jpg
/usr/share/backgrounds/elementary/Ryan Schroeder.jpg
/usr/share/backgrounds/elementary/Sunset by the Pier.jpg
/usr/share/backgrounds/elementary/default
/usr/share/backgrounds/elementary/leigh-kendell-581.jpg
/usr/share/doc/elementary-wallpapers
/usr/share/doc/elementary-wallpapers/README.md
/usr/share/licenses/elementary-wallpapers
/usr/share/licenses/elementary-wallpapers/copyright

References

Summary

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