On Tue, Mar 10, 2009 at 04:21:22PM +0000, Beartooth wrote: > > Trying to update my wife's F10 machine, I got a failure with the > message : > > Public key for NetworkManager-glib-0.7.0.99-3.fc10.x86_64.rpm is not > installed > > So I deleted NM and whatever-all else I had to, till yum update > completed normally. Then I told yum to install whatever-all back. It > tried seven, got six, and then hit that same message again. (I had > actually removed ten or twelve; I'll go add them back in and try again.) > > Why does yum not just ask me if I want to install this key?? As I pointed out in an earlier thread, there was a bug on the package update system. The problem should be resolved shortly. You don't have to delete the package, though; you could do this: yum --exclude=NetworkManager\* update You can add additional excludes as needed, too: yum --exclude={NetworkManager\*,foobar} update That's parsed by the shell into the following: yum --exclude=NetworkManager\* --exclude=foobar update -- Paul W. Frields http://paul.frields.org/ gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233 5906 ACDB C937 BD11 3717 http://redhat.com/ - - - - http://pfrields.fedorapeople.org/ irc.freenode.net: stickster @ #fedora-docs, #fedora-devel, #fredlug
Attachment:
pgpMoZywaQozs.pgp
Description: PGP signature
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines