How To Install yast2-filesystem on Fedora 36

In this tutorial we learn how to install yast2-filesystem in Fedora 36. yast2-filesystem is YaST filesystem layout

Introduction

In this tutorial we learn how to install yast2-filesystem on Fedora 36.

What is yast2-filesystem

This package holds the common filesystem-layout used by YaST2 and handles log-rotation for YaST2-logfiles.

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

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

sudo dnf -y install yast2-filesystem

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

sudo yum -y install yast2-filesystem

How To Uninstall yast2-filesystem on Fedora 36

To uninstall only the yast2-filesystem package we can use the following command:

sudo dnf remove yast2-filesystem

yast2-filesystem Package Contents on Fedora 36

/etc/logrotate.d
/etc/logrotate.d/yast2-filesystem
/usr/include/YaST2
/usr/lib/YaST2
/usr/lib/YaST2/bin
/usr/lib/YaST2/servers_non_y2
/usr/lib64/YaST2
/usr/lib64/YaST2/plugin
/usr/share/YaST2
/usr/share/YaST2/clients
/usr/share/YaST2/control
/usr/share/YaST2/data
/usr/share/YaST2/images
/usr/share/YaST2/include
/usr/share/YaST2/lib
/usr/share/YaST2/locale
/usr/share/YaST2/modules
/usr/share/YaST2/schema
/usr/share/YaST2/scrconf
/usr/share/YaST2/theme
/usr/share/applications/YaST2
/usr/share/doc/yast2-filesystem
/usr/share/doc/yast2-filesystem/README.txt
/usr/share/licenses/yast2-filesystem
/usr/share/licenses/yast2-filesystem/LICENSE.txt
/var/adm/fillup-templates
/var/lib/YaST2
/var/log/YaST2

References

Summary

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