stan wrote: >> yum install development-group development-libs > > I realized I made an error in this command. It should be > > yum groupinstall development-tools development-libs
As a slight tangent, you can use install with groups, you just need to
prefix them with the @ symbol, e.g.:
yum install @development-group @development-libs
(Or for the lazy bash types: yum install @development-{group,lib} ;)
--
Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If a government were put in charge of the Sahara Desert, within five
years they'd have a shortage of sand.
-- Dr. Milton Friedman
pgpkRGAzOqg9n.pgp
Description: PGP signature
-- users mailing list [email protected] To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
