PDA

View Full Version : [ubuntu] Unable to update to open office 3



Rishinature
April 4th, 2009, 09:14 PM
I am trying to install open office 3 in hardy. I am not able to add the key to the software sources; its just not functioning. However if I right click on the key file and say "open with import key", I get a message that the key has been added. But I cannot see it in the list.

Now when I try to update, I get the following errors.
I had installed Ubuntu Tweak a few days ago. Do you think that might be causing the probelm.

Help!


W: GPG error: http://ppa.launchpad.net hardy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 665F9AEFE1098513
W: GPG error: http://ppa.launchpad.net hardy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 60D11217247D1CFF

Partyboi2
April 5th, 2009, 02:39 AM
Open a terminal (Applications>Accessories>Terminal) and try adding the 2 keys

gpg --keyserver keyserver.ubuntu.com --recv 665F9AEFE1098513
gpg --export --armor 665F9AEFE1098513 | sudo apt-key add -for the second

gpg --keyserver keyserver.ubuntu.com --recv 60D11217247D1CFF
gpg --export --armor 60D11217247D1CFF | sudo apt-key add -
then

sudo apt-get update

Rishinature
April 5th, 2009, 07:11 AM
Thank you very much. Could get the office 3 up and running finally:)