Oracle Linux 7.3 – Admin task – Enabling Graphical User Interface

In the previous entry, Oracle Linux 7.3 was installed, just in case you missed enabling the GUI, issue the following 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