Hi there -- i am just looking for clarification on the yum "group install" option....
How can you tell what are valid groups?
IE I found the below example on google:
yum groupinstall "MySQL Database"
I have heard references to doing things like:
yum groupinstall "Development Tools"
But to the point - is there a list of valid groups for install?
---------- Dustin Krysak Backbone Technology Inc. 604.713.8560
I have heard references to doing things like: yum groupinstall "Development Tools"
Have you heard references of reading the documentation? 'man yum' provides all sorts of interesting ways to get information about groups.
But to the point - is there a list of valid groups for install?
Yes, but it varies repository to repository and how they were set up. Some use groups, some do not. Consult the documentation (man yum) for information. Specifically, you may want to reference the section about 'grouplist'.
-- Jim Perrin System Architect - UIT Ft Gordon & US Army Signal Center
I have been searching around today on how to obtain the list. I had in fact read the man pages, but found no references to what "groups" were available. In the man pages it references the : * groupinstall [...] * groupupdate [...] * grouplist [...]
But no specifics on how to get what "groups" are available.
Dustin
On 14-Jan-06, at 3:06 PM, Jim Perrin wrote:
I have heard references to doing things like: yum groupinstall "Development Tools"
Have you heard references of reading the documentation? 'man yum' provides all sorts of interesting ways to get information about groups.
But to the point - is there a list of valid groups for install?
Yes, but it varies repository to repository and how they were set up. Some use groups, some do not. Consult the documentation (man yum) for information. Specifically, you may want to reference the section about 'grouplist'.
-- Jim Perrin System Architect - UIT Ft Gordon & US Army Signal Center _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
---------- Dustin Krysak Backbone Technology Inc. 604.713.8560
} -----Original Message----- } From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On } Behalf Of Dustin Krysak } Sent: Saturday, January 14, 2006 6:32 PM } To: CentOS mailing list } Subject: Re: [CentOS] yum group install [DNK] } } I have been searching around today on how to obtain the list. I had } in fact read the man pages, but found no references to what "groups" } were available. In the man pages it references the : } * groupinstall [...] } * groupupdate [...] } * grouplist [...] } } But no specifics on how to get what "groups" are available. } } } Dustin }
try this
yum grouplist | more
-- Robert Hanson - Abba Communications Computer & Internet Services (509) 624-7159 - www.abbacomm.net
On 1/14/06, Dustin Krysak mailinglists@backbonetechnology.com wrote:
I have been searching around today on how to obtain the list. I had in fact read the man pages, but found no references to what "groups" were available. In the man pages it references the :
- groupinstall [...]
- groupupdate [...]
- grouplist [...]
But no specifics on how to get what "groups" are available.
Please don't top post to mailing lists. It's not polite. Also. There are no SET groups for yum. Seth does not sit at home nights restricting people to certain group options etc. Running the command 'yum grouplist' will show you available groups. If you add repositories, they may add their own groups.
-- Jim Perrin System Architect - UIT Ft Gordon & US Army Signal Center