Jim wrote: > FC12/KDE > > How would I do a yum command to enablerepo=updates-testing to > update python. I did it this way but it won't work. > > yum update --enablerepo=updates-testing python
You should give options (--enablerepo) _before the command (update).
The yum man page and help output say:
Usage: yum [options] COMMAND
So you want: yum --enablerepo=updates-testing update python
--
Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Man was made at the end of the week's work when God was tired.
-- Mark Twain
pgpE2QDZF6Xpt.pgp
Description: PGP signature
-- fedora-list mailing list [email protected] To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
