How To Install gnome-control-center on AlmaLinux 8
Introduction
In this tutorial we learn how to install gnome-control-center on AlmaLinux 8.
What is gnome-control-center
This package contains configuration utilities for the GNOME desktop, which allow to configure accessibility options, desktop fonts, keyboard and mouse properties, sound setup, desktop theme and background, user interface properties, screen resolution, and other settings.
We can use yum or dnf to install gnome-control-center on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install gnome-control-center.
Install gnome-control-center 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 using dnf by running the following command:
sudo dnf -y install gnome-control-center
Install gnome-control-center 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 using yum by running the following command:
sudo yum -y install gnome-control-center
How To Uninstall gnome-control-center on AlmaLinux 8
To uninstall only the gnome-control-center package we can use the following command:
sudo dnf remove gnome-control-center
References
Summary
In this tutorial we learn how to install gnome-control-center on AlmaLinux 8 using yum and dnf.