Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Update errors

  1. #1
    Join Date
    Nov 2008
    Location
    PH
    Beans
    574

    Update errors

    How do I fix this?
    Code:
    Reading package lists... Done
    W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://deb.opera.com lenny Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F9A2F76A9D1A0061
    
    W: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4FEC45DD06899068
    W: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0A316B5D4827A579
    W: Failed to fetch http://deb.opera.com/opera/dists/lenny/Release  
    
    W: Some index files failed to download, they have been ignored, or old ones used instead.
    W: You may want to run apt-get update to correct these problems
    Waiting is wasting for people like me. | dota site
    ioree

  2. #2
    Join Date
    Jan 2007
    Location
    United States, VA
    Beans
    856
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Update errors

    Code:
    sudo apt-get -f update
    As it says at the bottom.

  3. #3
    Join Date
    Nov 2008
    Location
    PH
    Beans
    574

    Re: Update errors

    Quote Originally Posted by st33med View Post
    Code:
    sudo apt-get -f update
    As it says at the bottom.
    It just says the same thing.
    Code:
    Fetched 3262B in 14s (228B/s)
    Reading package lists... Done
    W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://deb.opera.com lenny Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F9A2F76A9D1A0061
    
    W: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4FEC45DD06899068
    W: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0A316B5D4827A579
    W: Failed to fetch http://deb.opera.com/opera/dists/lenny/Release  
    
    W: Some index files failed to download, they have been ignored, or old ones used instead.
    W: You may want to run apt-get update to correct these problems
    mvalviar@mumee:~$
    Waiting is wasting for people like me. | dota site
    ioree

  4. #4
    Join Date
    Jan 2007
    Location
    United States, VA
    Beans
    856
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Update errors

    Oh I see. You are using Debian repositories. Unfortunately, Debian repos do not play nice with Ubuntu and are generally rejected. Remove the repository.

    Also, you want Opera it seems. Download it here.

  5. #5
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Update errors

    As for adding the public keys, you can import the keys with this command:
    Code:
    sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 9D1A0061  06899068  4827A579
    Back to Xorg...

    Retired.

  6. #6
    Join Date
    Nov 2008
    Location
    PH
    Beans
    574

    Re: Update errors

    Quote Originally Posted by drs305 View Post
    As for adding the public keys, you can import the keys with this command:
    Code:
    sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 9D1A0061  06899068  4827A579
    Perfect!
    Waiting is wasting for people like me. | dota site
    ioree

  7. #7
    Join Date
    Nov 2008
    Location
    PH
    Beans
    574

    Re: Update errors

    Where did you get those numbers at the end of the command?
    Waiting is wasting for people like me. | dota site
    ioree

  8. #8
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Update errors

    Quote Originally Posted by mvalviar View Post
    Where did you get those numbers at the end of the command?
    The numbers are present in error messages stating that the public key is unavailable. Only the last 8 digits of the alphanumeric code are required, although you can enter the entire string.
    W: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4FEC45DD06899068
    Back to Xorg...

    Retired.

  9. #9
    Join Date
    Nov 2008
    Beans
    2

    Talking Re: Update errors

    Thanks drs305 , that sorted out my problem too - Update Manager happily updating my Ubuntu system again!

  10. #10
    Join Date
    Nov 2008
    Location
    PH
    Beans
    574

    Re: Update errors

    Quote Originally Posted by drs305 View Post
    The numbers are present in error messages stating that the public key is unavailable. Only the last 8 digits of the alphanumeric code are required, although you can enter the entire string.
    Excellent.

    Thank you very much.
    Waiting is wasting for people like me. | dota site
    ioree

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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