How To Install caja-wallpaper on Fedora 36

In this tutorial we learn how to install caja-wallpaper in Fedora 36. caja-wallpaper is MATE file manager wallpaper

Introduction

In this tutorial we learn how to install caja-wallpaper on Fedora 36.

What is caja-wallpaper

Caja wallpaper extension, allows to quickly set wallpaper.

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

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

sudo dnf -y install caja-wallpaper

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

sudo yum -y install caja-wallpaper

How To Uninstall caja-wallpaper on Fedora 36

To uninstall only the caja-wallpaper package we can use the following command:

sudo dnf remove caja-wallpaper

caja-wallpaper Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/0be2ab4d41d39965e26653bb3c8afcf912f262
/usr/lib64/caja/extensions-2.0/libcaja-wallpaper.so
/usr/share/caja/extensions/libcaja-wallpaper.caja-extension

References

Summary

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