PDA

View Full Version : [kubuntu] Getting KDE 4.2 in Intrepid



anjanesh
January 30th, 2009, 12:38 PM
Im on a Kubuntu 8.10 64-bit and I want to update to KDE 4.2
I added deb http://ppa.launchpad.net/kubuntu-experimental/ubuntu intrepid main
When I did a sudo apt-get update, at the end I got this :

Fetched 500B in 2s (177B/s)
Reading package lists... Done
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 60D11217247D1CFF
W: GPG error: http://wine.budgetdedicated.com intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 58403026387EE263
W: You may want to run apt-get update to correct these problems
anjanesh@be3:~$

Branimir
January 30th, 2009, 12:42 PM
Perhaps sites are down? Recently medibuntu and wine
repositories are very often down.

Greetsa, Branimir.

blackgr
January 30th, 2009, 12:56 PM
http://ubuntuforums.org/showthread.php?t=1047743&page=5

check this please

abn91c
January 30th, 2009, 01:33 PM
Im on a Kubuntu 8.10 64-bit and I want to update to KDE 4.2
I added deb http://ppa.launchpad.net/kubuntu-experimental/ubuntu intrepid main
When I did a sudo apt-get update, at the end I got this :

Fetched 500B in 2s (177B/s)
Reading package lists... Done
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 60D11217247D1CFF
W: GPG error: http://wine.budgetdedicated.com intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 58403026387EE263
W: You may want to run apt-get update to correct these problems
anjanesh@be3:~$
did you follow the http://www.kubuntu.org instructions, the command for the PUBKey is there also

sprince09
January 30th, 2009, 03:38 PM
Awesome, solved my problem using regular Ubuntu 8.10 also. Thanks a lot!

anjanesh
January 30th, 2009, 04:59 PM
did you follow the http://www.kubuntu.org instructions, the command for the PUBKey is there also
I did a

gpg --keyserver keyserver.ubuntu.com --recv-keys 493B3065 && gpg --export -a 493B3065 | sudo apt-key add -
But something was happening - no clue what it was

anjanesh
January 30th, 2009, 05:07 PM
anjanesh@be3:~/www$ gpg --keyserver keyserver.ubuntu.com --recv-keys 493B3065 && gpg --export -a 493B3065 | sudo apt-key add -
gpg: requesting key 493B3065 from hkp server keyserver.ubuntu.com
gpg: key 493B3065: "Launchpad PPA for Kubuntu Most Experimental Packages" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
OK
anjanesh@be3:~/www$

enaction
February 2nd, 2009, 03:57 PM
anjanesh, thanks for the fix key code. i substituted in my no_pubkey # and that fixed the problem. -enaction