Enough with the chit-chat, here's the method:
`yum grouplist` checks the installed groups. `yum groupinstall 'X Window System'` `yum groupinstall 'GNOME Desktop Environment' startX`
That's all.
To uninstall:
yum groupremove 'GNOME Desktop Environment'
If the following occurs:
No packages in any requested group available to install or update
Run it first:
yum groupinstall Desktop
This siteOriginal articleAll follow "Attribution-NonCommercial-ShareAlike 4.0 License (CC BY-NC-SA 4.0)Please retain the following annotations when sharing or adapting:
Original author:Jake Tao,source:"CentOS 6.5 GNOME Graphical Interface Installation Tutorial"