[CentOS] Installing X on a Minimal Build

Thu Dec 7 02:08:47 UTC 2006
John R Pierce <pierce at hogranch.com>

Karl R. Balsmeier wrote:
> hey, any way I can install X onto the 'minimal build' via yum?
> I'd just reinstall, but am working with a 2TB system and it would take 
> hours to re-do.  Just curious...
>
> yum install  __________________

    yum groupinstall "KDE (K Desktop Environment)"
or
    yum groupinstall "GNOME Desktop Environment"

or, if you JUST want X with the minimal window manager

    yum groupinstall "X Window System"


you could combine one or more of these on a single command.

also,
    yum grouplist

will show you more groupinstall options...


this is all in the default CentOS repository.