Announcement

Collapse
No announcement yet.

[solved] KDE repository error - has it changed?

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

    [solved] KDE repository error - has it changed?

    I am trying to keep up with the newest KDE 4 release, so I have the following line added to /etc/apt/sources.list:

    deb http://ppa.launchpad.net/kubuntu-experimental/ubuntu intrepid main

    Am I in the right place for kde-4.2? This is supposed to be the official release date for KDE 4.2, so maybe things have changed?

    When I try an apt-get update, I get the following error message:

    W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 60487016493B3065


    We only have to look at ourselves to see how intelligent life might develop into something we wouldn't want to meet. -- Stephen Hawking

    #2
    Re: KDE repository error - has it changed?

    Error:
    W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 60487016493B3065
    > Update error
    and
    > GPG error: http://ppa.launchpad.net jaunty Release: The following signatures

    =>

    In the konsole:
    Code:
    gpg --keyserver keyserver.ubuntu.com --recv 493b3065
    and
    Code:
    gpg --export --armor 493b3065 | sudo apt-key add -
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: [solved] KDE repository error - has it changed?

      Fixed.
      Thanks.
      We only have to look at ourselves to see how intelligent life might develop into something we wouldn't want to meet. -- Stephen Hawking

      Comment


        #4
        Re: [solved] KDE repository error - has it changed?

        i have a error like this
        Code:
        W: GPG error: [url]http://ppa.launchpad.net[/url] intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 60487016493B3065
        so when i try to fix i get the following
        Code:
        chris@null:~$ gpg --keyserver keyserver.ubuntu.com -recv 493B3065
        gpg: can't open `493B3065'
        what am i doing wrong ?
        Mark Your Solved Issues [SOLVED]
        (top of thread: thread tools)

        Comment


          #5
          Re: [solved] KDE repository error - has it changed?

          Maybe:
          Code:
          -recv 493B3065
          vs
          Code:
          --recv 493B3065
          Before you edit, BACKUP !

          Why there are dead links ?
          1. Thread: Please explain how to access old kubuntu forum posts
          2. Thread: Lost Information

          Comment


            #6
            Re: [solved] KDE repository error - has it changed?

            yea that was it ... boy do i feel foolish
            Mark Your Solved Issues [SOLVED]
            (top of thread: thread tools)

            Comment

            Working...
            X