can't update package information for update manager

Asked by Peter

once I check the package information and files download this appears. I'm new to Ubuntu so leave an answer as easy as possible

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 665F9AEFE1098513
W: Failed to fetch http://ftp.debian.cog/dists/etch/Release.gpg Could not resolve 'ftp.debian.cog'

W: Failed to fetch http://ftp.debian.cog/dists/etch/main/i18n/Translation-en_US.bz2 Could not resolve 'ftp.debian.cog'

W: Some index files failed to download, they have been ignored, or old ones used instead.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu update-manager Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#1

Open a Terminal from the menu Applications → Accessories → Terminal:

copy the row below and paste into terminal window, then press enter

gpg --keyserver keyserver.ubuntu.com --recv 665F9AEFE1098513

copy the row below and paste into terminal window, then press enter

gpg --export --armor 665F9AEFE1098513 | sudo apt-key add -

Then copy the row below and paste into terminal window, then press enter:

sudo apt-get update

the system ask you a password give your user password, you will not see nothing when you type it, then press enter

Then retry to update.

Hope this helps

Revision history for this message
Peter (peter192) said :
#2

Thanks marcobra, that solved my question.

Revision history for this message
pavi711 (pavi-gaikwad) said :
#3

Thank you very much it solved my problem ;)