-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jeremy Thompson wrote: > Ok, > I can't get it to update with any of the fixes posted - > > yum --exclude=evolution* update > yum --exclude=evolution/* update > yum --exclude=evolution update > yum --exclude=evolution* update > yum --exclude=evolution*,evolution update You need a backslash in front of the *, otherwise the shell will try to expand it. Alternatively, you can quote the string and skip the backslash. Either of the following work fine: yum --exclude "evolution*" update yum --exclude evolution\* update > All fail, and I have no idea what to do, and searches of google and > the archives don't address it. They do, but you have errors in the commands you've tried. Syntax matters. :) - -- Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp ====================================================================== The United States is a nation of laws, badly written and randomly enforced. -- Frank Zappa -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl. iG0EARECAC0FAkSHAwYmGGh0dHA6Ly93d3cucG9ib3guY29tL350bXovcGdwL3Rt ei5hc2MACgkQuv+09NZUB1rsyACg0bFG8RpBOlRvTd3Jwkbr81DQ0sYAn27S2S0l aQxlLbn6bOwXXBZ82rFM =G/pA -----END PGP SIGNATURE----- -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list