How To Install f23-backgrounds-base on Fedora 36

In this tutorial we learn how to install f23-backgrounds-base in Fedora 36. f23-backgrounds-base is Base images for Fedora 23 default background

Introduction

In this tutorial we learn how to install f23-backgrounds-base on Fedora 36.

What is f23-backgrounds-base

This package contains base images for Fedora 23 default background.

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

Install f23-backgrounds-base 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 f23-backgrounds-base using dnf by running the following command:

sudo dnf -y install f23-backgrounds-base

Install f23-backgrounds-base 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 f23-backgrounds-base using yum by running the following command:

sudo yum -y install f23-backgrounds-base

How To Uninstall f23-backgrounds-base on Fedora 36

To uninstall only the f23-backgrounds-base package we can use the following command:

sudo dnf remove f23-backgrounds-base

f23-backgrounds-base Package Contents on Fedora 36

/usr/share/backgrounds/f23
/usr/share/backgrounds/f23/default
/usr/share/backgrounds/f23/default/f23.xml
/usr/share/backgrounds/f23/default/normalish
/usr/share/backgrounds/f23/default/normalish/f23.png
/usr/share/backgrounds/f23/default/standard
/usr/share/backgrounds/f23/default/standard/f23.png
/usr/share/backgrounds/f23/default/tv-wide
/usr/share/backgrounds/f23/default/tv-wide/f23.png
/usr/share/backgrounds/f23/default/wide
/usr/share/backgrounds/f23/default/wide/f23.png
/usr/share/licenses/f23-backgrounds-base
/usr/share/licenses/f23-backgrounds-base/Attribution
/usr/share/licenses/f23-backgrounds-base/CC-BY-SA-3.0

References

Summary

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