Yum to install the RedHatLinux desktop display system installed components, and can be installed components: # yumgrouplist if the system installation at the beginning of the use of minimal installation, no installation of xwindow, then first install: # yumgroupinstall "XWindowSystem" Install GNOME Desktop Environment yumgroupinstall "gnometrictopenvironment" Install KDE
Install RedHat Linux desktop in yum
Display the components that have been installed in the system and the components that can be installed:
# Yum grouplist
If the system is installed with minimal installation at the beginning, and xwindow is not installed, first install:
# Yum groupinstall "X Window System"
Install GNOME Desktop Environment
Yum groupinstall "GNOME Desktop Environment"
Install the KDE Desktop Environment
Yum groupinstall "KDE (K Desktop Environment )"
Uninstall GNOME Desktop
Yum groupremove "GNOME Desktop Environment"
Uninstall the KDE Desktop Environment
Yum groupremove "KDE (K Desktop Environment )"