[CentOS] Development Tools install

Sun Jul 20 00:02:07 UTC 2014
F. Mendez <fmendez73 at terra.com>

It seems that actually the packages are in the grouplist. But for some 
unknown reason when I hit:

yum groupinstall "Development Tools" it shows:

No packages in any requested group available to install or update.




El 19/07/2014 06:30 p.m., Scott Robbins escribió:
> On Sat, Jul 19, 2014 at 06:12:12PM -0500, F. Mendez wrote:
>> Hello John, very kind of you for your reply.
>>
>> However, I did tried groupinstall and it shows error saying that there
>> is none group list of that name. Even after yum grouplist and I see it
>> there. It keeps failing. It only offer a solution: yum group mark
>> install ... which is not the actual command for it to install.
> The name probably changed slightly.
>
> Do yum grouplist -v
>
> That should show you what's available.
>
>
> Although, looking at an install on a VM, it seems that it is still called
> Development Tools.  Maybe you forgot the quotes?
>
> Or do yum install @development which should also work.
>
>