How to Install GNOME Desktop On RHEL/CentOS 7?

How to Install GNOME Desktop On RHEL/CentOS 7?


1. Configure the Repository or register to subscription-manager.

2. Install the GNOME DEsktop.

yum groupinstall "X Window System"
yum groupinstall gnome-desktop x11 fonts

3. Now set the default tareget.

systemctl set-default graphical.target

4. reboot

5. Test.
[root@Linux-box ~]# systemctl get-default
graphical.target
[root@Linux-box ~]#

0 Comments