Install GNOME GUI on RHEL 7 Linux Server - LinuxConfig.org

If you have performend a RHEL 7 Linux Server installation and did not include Graphical User Interface (GUI) you can do it later directly from command line using yum command and selecting an appropriate installation group. To list all available installation groups on Redhat 7 Linux use:
This is a companion discussion topic for the original entry at https://linuxconfig.org/install-gnome-gui-on-rhel-7-linux-server

CC

Another wholehearted thanks!

Allan

Thanks!!!

Raghu

Awesome… Thanks a lot

itmaduki

On RHEL 7.2:

yum groups install ‘Server with GUI’ -y
#not enable but set-default
systemctl set-default graphical.target
systemctl start graphical.target

Mitch Millar

I am Running RHEL7 in AWS instance. I don’t have the GUI and the grouplist does not look like yours above.
How do I update the grouplist to include GUI ?
I don’t have “Server with GUI” or “X Window System”.

This is my list:
Loaded plugins: priorities, update-motd, upgrade-helper
Installed groups:
Development tools
Editors
Java Development
Legacy UNIX compatibility
Mail Server
Network Servers
Perl Support
System Tools
Web Server
Available Groups:
Console internet tools
DNS Name Server
Development Libraries
FTP Server
MySQL Database
MySQL Database client
NFS file server
Networking Tools
PHP Support
Performance Tools
PostgreSQL Database client (version 8)
PostgreSQL Database server (version 8)
Scientific support
TeX support
Technical Writing
Web Servlet Engine

Randy Hoover -> Mitch Millar

AWS has removed the ability to have a screen on an ec2 instance. And removed the xwindow packages