graphical environment centos code example
Example 1: install x centos 7
yum groupinstall "X Window System"
Example 2: install GUI centos 7
# yum groupinstall "Server with GUI"
yum groupinstall "X Window System"
# yum groupinstall "Server with GUI"