Sven schrieb:
> I installed a minimal set of packages using kickstart. Now I wish to
> install a Desktop environment (GNOME).
>
> We use yum to connect to RHN Satellite, so "yum groupinstall gnome"
> etc doesn't work.
>
> (in Debian/Ubuntu there are Meta-packages)

iirc you could install e.g.  "gnome-session"  and the dependencies
should do the rest.
# yum list \*gnome\*
# yum install gnome-session


or you could try
# yum grouplist hidden | grep -i gnome
   GNOME Desktop Environment
   GNOME Software Development

# yum groupinfo "GNOME Desktop Environment"
# yum groupinfo GNOME

# yum groupinstall "GNOME Desktop Environment"
or
# yum groupinstall GNOME

-- 
shrek-m

_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to