How to install GNOME desktop in Linux: CentOS/RHEL ?
In this post, we will see how to install GNOME desktop in CentOS/RHEL Linux.
To install GNOME desktop, we can use yum and specify the graphical group name to install the GNOME desktop like below.
1. Installing GNOME Desktop
# yum groupinstall "GNOME Desktop" # yum groupinstall "Graphical Administration Tools"
We can get the list of groups using command:
# yum grouplist
2. How to enable GUI login by default ?
# systemctl set-default graphical
After reboot, you should be able to login on the GUI.