Announcement

Collapse
No announcement yet.

Ubuntu 11.04 update prob? (solved)

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Ubuntu 11.04 update prob? (solved)

    Hi guys...Im wondering of something wrong...cause everytime I run "sudo apt-get update" in terminal I get this at the end of the update....

    Reading package lists... Done
    W: GPG error: http://ppa.launchpad.net natty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A8AA1FAA3F055C03
    Any ideas? Cheers Kira.

    #2
    Re: Ubuntu 11.04 update prob? weird...

    You need to add the key.

    Code:
    gpg --keyserver keyserver.ubuntu.com --recv A8AA1FAA3F055C03
    followed by:
    Code:
    gpg --export --armor A8AA1FAA3F055C03 | sudo apt-key add -
    Note, that is a dash: >> - << after add above.

    then run:
    Code:
    sudo apt-get update
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Ubuntu 11.04 update prob? weird...

      Thanks a lot that worked for me ^^, glado to have people like you around to help.

      Cheers,Kira.

      Comment

      Working...
      X