How To Install gnome-color-manager on AlmaLinux 8
Introduction
In this tutorial we learn how to install gnome-color-manager
on AlmaLinux 8.
What is gnome-color-manager
gnome-color-manager is a session framework that makes it easy to manage, install and generate color profiles in the GNOME desktop.
We can use yum
or dnf
to install gnome-color-manager
on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install gnome-color-manager.
Install gnome-color-manager 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-color-manager
using dnf
by running the following command:
sudo dnf -y install gnome-color-manager
Install gnome-color-manager 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-color-manager
using yum
by running the following command:
sudo yum -y install gnome-color-manager
How To Uninstall gnome-color-manager on AlmaLinux 8
To uninstall only the gnome-color-manager
package we can use the following command:
sudo dnf remove gnome-color-manager
References
Summary
In this tutorial we learn how to install gnome-color-manager
on AlmaLinux 8 using yum and dnf.