Primorec
2008-Apr-01 05:53 UTC
[CentOS] How to find available groups for installation via yum ?
Hi All, Short description of the problem: - I would like to install the complete 'xfce' desktop on CentOS5.x I've tried: yum groupinstall xfce yum groupinstall xfce4 yum groupinstall xfce* yum groupinstall xfce4* yum groupinstall xfce4.2 yum groupinstall xfce4.1 yum groupinstall xfce4.3 yum groupinstall xfce4.4 yum groupinstall xfce4.4.2 .... etc etc ... nothing worked then I've started googling the net and .... ____finally____ I found the magic combination. One very merciful soul posted the golden combination. yum groupinstall "XFCE-4.4" This did the trick. God bless him/her and all his relatives. He/She deserved it. question: Is there a way to check which packages are available for the installation as a 'group' using yum ? TIA Igor -- Experience is what you get when you didn't get what you wanted. Randy Pausch -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080331/5c53926f/attachment-0002.html>
John R Pierce
2008-Apr-01 06:39 UTC
[CentOS] How to find available groups for installation via yum ?
Primorec wrote:> Is there a way to check which packages are available for the > installation as a 'group' using yum ?yum grouplist also, see... yum groupinfo "some group name"
Robert - elists
2008-Apr-01 06:41 UTC
[CentOS] How to find available groups for installation via yum ?
question: Is there a way to check which packages are available for the installation as a 'group' using yum ? TIA Igor igor try yum grouplist yum groupinfo "whatever group name" for full info maybe try man yum or http://www.centos.org/docs/5/html/yum/ http://wiki.centos.org/TipsAndTricks/YumAndRPM www.google.com <http://www.google.com/> searches etc etc - rh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080331/6df49746/attachment-0002.html>
Niki Kovacs
2008-Apr-01 07:36 UTC
[CentOS] How to find available groups for installation via yum ?
Primorec a ?crit :> > question: > Is there a way to check which packages are available for the > installation as a 'group' using yum ? ># yum grouplist ;o)
D Steward
2008-Apr-01 07:45 UTC
[CentOS] How to find available groups for installation via yum ?
> then I've started googling the net and .... ____finally____ I found > the magic combination. One very merciful soul posted the golden > combination. > > yum groupinstall "XFCE-4.4" >It's unfortunate, but I've been tripped up by yum when doing searches. I feel that especially when doing the 'search', 'list', 'whatprovides' subcommands, the search term should be case-insensitive. This is particularly dumb when the package name is upper-case XFCE, but most of the individual rpms are lower-case eg. xfce4-session Maybe a command-line option for this?