Install Gnome GUI On CentOS 7 / RHEL 7
Most System admin specially Linux admin spend most of their time working in a terminal despite this there are some who like to work on GUI instead of a terminal. In the meantime, CentOS 7 installed as the minimal server, and user intervention is required to change the installation type.
Before installing GUI, make a Local Yum Repository to avoid downloading packages from the internet.
Optional: Run the following command to list down the available package groups for CentOS 7.
Output:
Step 1
Install Gnome GUI by issuing the following command.
CentOS 7
RHEL 7
Step 2
In the Second step,enable GUI on system start up. In CentOS 7, systemd uses “targets” instead of run levels; /etc/inittab file is no more used to change run levels. Issue the following command to enable the GUI on system start.
Step 3
Reboot the machine to start the server in the graphical mode.
License Agreement:
Beside this,user may need to do some post configuration tasks, like creating first user (local account), language, etc.Then finally you will get the desktop.
That’s All!!!, You have successfully installed Gnome/GUI environment on CentOS 7 / RHEL 7
Before installing GUI, make a Local Yum Repository to avoid downloading packages from the internet.
Optional: Run the following command to list down the available package groups for CentOS 7.
# yum group list
Output:
Loaded plugins: fastestmirror
There is no installed groups file.
Maybe run: yum groups mark convert (see man yum)
Loading mirror speeds from cached hostfile
Available Environment Groups:
Minimal Install
Compute Node
Infrastructure Server
File and Print Server
Basic Web Server
Virtualization Host
Server with GUI
GNOME Desktop
KDE Plasma Workspaces
Development and Creative Workstation
Available Groups:
Compatibility Libraries
Console Internet Tools
Development Tools
Graphical Administration Tools
Legacy UNIX Compatibility
Scientific Support
Security Tools
Smart Card Support
System Administration Tools
System Management
Done
Step 1
Install Gnome GUI by issuing the following command.
CentOS 7
# yum group install "GNOME Desktop" "Graphical Administration Tools" |
RHEL 7
# yum groupinstall "Server with GUI" |
Step 2
In the Second step,enable GUI on system start up. In CentOS 7, systemd uses “targets” instead of run levels; /etc/inittab file is no more used to change run levels. Issue the following command to enable the GUI on system start.
# ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target |
Step 3
Reboot the machine to start the server in the graphical mode.
# reboot
License Agreement:
- Accept the license by clicking on the “LICENSE INFORMATION“.
- Tick mark the “I accept the license agreement” and click on “Done“.
- Click on “FINISH CONFIGURATION” to complete the setup.
- Install Gnome GUI on CentOS 7 – License Accepted
Beside this,user may need to do some post configuration tasks, like creating first user (local account), language, etc.Then finally you will get the desktop.
That’s All!!!, You have successfully installed Gnome/GUI environment on CentOS 7 / RHEL 7
Install Gnome GUI On CentOS 7 / RHEL 7
Reviewed by Ashok
on
Friday, September 08, 2017
Rating:
No comments