Compiler package

Chris Tyler chris at tylers.info
Wed Apr 7 00:40:43 UTC 2010


On Tue, 2010-04-06 at 19:32 -0500, Euplycidus Aerofram wrote:
> I just bought a stripped down Fedora VM from an ISP, and I've been  
> hunting and pecking to get gcc, make, glibc, and the other 5,000  
> little dependancies installed. Here's the question:
> 
> Is there a single binary package/rpm that has all this neatly put  
> together?

This command...

	yum groupinstall "Development Tools" "Development Libraries"

... Should give you the basics in one fell swoop. There are additional
development groups available (for Java, Web, and so forth), to see them
try: 

	yum grouplist|grep -i development

-Chris



More information about the users mailing list