How to install X-Windows desktop environment on CentOS 7: Step-by-Step Guide
How to install X-Windows desktop environment on CentOS 7: Step-by-Step Guide
Here’s the linux command needed to install the X-windows environment
1. yum update
2. yum groupinstall “X Window System”
3. yum install gnome-classic-session gnome-terminal nautilus-open-terminal control-center liberation-mono-fonts
4. unlink /etc/systemd/system/default.target
5. ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
6. reboot
centos 7