Find the answer to your Linux question:
Results 1 to 3 of 3
I'm having some problems with repos. I get the below readout at the end of running apt-get update . I'm wondering how to get the public keys for these repos. ...
  1. #1
    Linux Enthusiast flipjargendy's Avatar
    Join Date
    Aug 2004
    Location
    Xanadu, Titan, Saturn
    Posts
    610

    Question Public Key for Repos

    I'm having some problems with repos. I get the below readout at the end of running apt-get update. I'm wondering how to get the public keys for these repos. I've googled the hex code at the end of each line but haven't found what I'm looking for, just Russian and Spanish forum posts which I do not understand.

    Code:
    W: GPG error: http://download.tuxfamily.org unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 11FB88FE61B8DB62
    W: GPG error: http://download.tuxfamily.org debian-unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2D6CFB44DD800CD9
    Running Linux Since 2001®
    Registered Linux User #430868 - Since 9•12•06

  2. #2
    Linux Engineer Thrillhouse's Avatar
    Join Date
    Jun 2006
    Location
    Arlington, VA, USA
    Posts
    1,377
    Does this work?
    Code:
    wget http://3v1n0.tuxfamily.org/EDD1E155.gpg -O- | sudo apt-key add -

  3. #3
    Linux Enthusiast flipjargendy's Avatar
    Join Date
    Aug 2004
    Location
    Xanadu, Titan, Saturn
    Posts
    610
    It seemed like it was processing something or that bash was hanging (which has never happen to me before) because wget ran and then there was a few blank lines of output. I decided just to type my password in since sudo was being used. Final output: "OK".

    apt-get update now returns, for the final lines:
    Code:
    W: GPG error: http://download.tuxfamily.org unstable Release: The following sign atures couldn't be verified because the public key is not available: NO_PUBKEY 1 1FB88FE61B8DB62
    One step closer.
    Running Linux Since 2001®
    Registered Linux User #430868 - Since 9•12•06

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •