How to install GUI on Oracle Linux 7





As a root user run the below commands

1)yum update  

2)yum groupinstall "Server with GUI"

3)Enable GUI on system startup

ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target

or

 systemctl set-default graphical.target

4) Reboot the Server and it will start in GUI 





If you like please follow and comment