How To Install gnome-control-center-filesystem on AlmaLinux 8

In this tutorial we learn how to install gnome-control-center-filesystem in AlmaLinux 8. gnome-control-center-filesystem is GNOME Control Center directories

Introduction

In this tutorial we learn how to install gnome-control-center-filesystem on AlmaLinux 8.

What is gnome-control-center-filesystem

The GNOME control-center provides a number of extension points for applications. This package contains directories where applications can install configuration files that are picked up by the control-center utilities.

We can use yum or dnf to install gnome-control-center-filesystem on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install gnome-control-center-filesystem.

Install gnome-control-center-filesystem on AlmaLinux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install gnome-control-center-filesystem using dnf by running the following command:

sudo dnf -y install gnome-control-center-filesystem

Install gnome-control-center-filesystem on AlmaLinux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install gnome-control-center-filesystem using yum by running the following command:

sudo yum -y install gnome-control-center-filesystem

How To Uninstall gnome-control-center-filesystem on AlmaLinux 8

To uninstall only the gnome-control-center-filesystem package we can use the following command:

sudo dnf remove gnome-control-center-filesystem

References

Summary

In this tutorial we learn how to install gnome-control-center-filesystem on AlmaLinux 8 using yum and dnf.