NM key hassle

Paul W. Frields stickster at gmail.com
Tue Mar 10 16:41:38 UTC 2009


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20090310/17ede5c8/attachment-0001.bin 


More information about the users mailing list