How to install GNOME GUI on CentOS 7

Step 1. Download the latest version of CentOS from http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7.0-1406-x86_64-DVD.iso

Step 2. Install CentOS 7 as minimal server with libraries.

Step 3. To install GNOME GUI run the following commands
              # yum groupinstall "GNOME Desktop" "Graphical Administration Tools"

Step 4.  Run the following command to enable the GUI on system start.
             ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target

Step 5. Reboot the system and you are done with GUI installation

Comments

Popular posts from this blog

Solution to Moodle Error: Coding error detected, it must be fixed by a programmer: Failed to unserialise data from file. Either failed to read, or failed to write.

ACTION_FAILED:OU_INVALID: Solution for GoogleApps bulk user upload issue, username@domainname.com:ACTION_FAILED:OU_INVALID. This error is because you have not specified the Org Unit Path properly.

(Solved) (Fixed )MariaDB Unmet Dependencies on Ubuntu 20.04.