Announcement

Collapse
No announcement yet.

<<SOLVED>>apt-get update

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

    <<SOLVED>>apt-get update

    Hey all,

    I added the repos for amarok 1.3.7 then did apt-get update, then this is the first time I have gotten this error could someone please help and tell me how to fix this.

    here is my shell output

    Fetched 193B in 29s (7B/s)
    Reading package lists... Done
    W: GPG error: http://kubuntu.org breezy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A506E6D4DD4D5088
    W: You may want to run apt-get update to correct these problems

    thanks.
    &quot;Time fades even legend&quot;<br />-Blood Omen: Legacy of Kain

    #2
    Re: apt-get update

    type this on colsole wget http://people.ubuntu.com/~jriddell/k...iddell-key.gpg, This will download the GPG key, use the apt-key command to import it to your apt database.
    sudo apt-key add kubuntu-packages-jriddell-key.gpg then try again.
    cheers!
    -=|From the desk of|=-
    «•´`•.(*•.¸(`•.¸ ¸.•´)¸.•*).•´`•»
    «•´¨*•.¸¸whoiam55.¸¸.•*¨`•»
    «•´`•.(¸.•´(¸.•* *•.¸)`•.¸).•´`•»
    Reg. Linux User # 400637

    Comment


      #3
      Re: apt-get update

      thanks alot, worked like a charm!!
      &quot;Time fades even legend&quot;<br />-Blood Omen: Legacy of Kain

      Comment


        #4
        Re: &lt;&lt;SOLVED&gt;&gt;apt-get update

        It worked for me also. I had almost given up on solving it. How is it you know where to get these keys from? And thanks again. I am a stickler about everything being right on my new u\kubuntu box!

        Comment


          #5
          Re: apt-get update

          Originally posted by whoiam55
          type this on colsole wget http://people.ubuntu.com/~jriddell/k...iddell-key.gpg, This will download the GPG key, use the apt-key command to import it to your apt database.
          sudo apt-key add kubuntu-packages-jriddell-key.gpg then try again.

          I try this and get a lock error for the following dir, /var/lib/dpkg/lock - open (11 resource temporarily unavailable)

          any ideas?

          Comment


            #6
            Re: &lt;&lt;SOLVED&gt;&gt;apt-get update

            Usually it's because you're using two applications that update in the same time, for example two adepts, or adept and apt-get...
            If it's not the case, so it's because your database is screwed, nevermind you should be able to correct it by :
            sudo apt-get -f install
            or
            sudo dpkg --configure -a

            Hope it helps

            Comment

            Working...
            X