Problems updating Ubuntu 12.04.1 with Update Manager

Asked by ayacsa

I have Ubuntu 12.04.1 Cannot update

Got following message:

W: GPG error: http://repository.spotify.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 082CCEDF94558F59
W: Failed to fetch http://ppa.launchpad.net/invernizzi/gtg-daily/ubuntu/dists/oneiric/main/binary-i386/Packages 404 Not Found

W: Failed to fetch http://ppa.launchpad.net/sevenmachines/flash/ubuntu/dists/oneiric/main/binary-i386/Packages 404 Not Found

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

Any idea how to proceed?

cheers.

wappie

Question information

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

Hi ,

please open a terminal and apply bellow commands with order. Copy-paste from here for more accuracy. One at time.

1. sudo apt-key adv --recv-key --keyserver keyserver.ubuntu.com 082CCEDF94558F59

2. sudo rm /etc/apt/sources.list.d/invernizzi*

3. sudo rm /etc/apt/sources.list.d/sevenmachines*

4. sudo rm -rf /var/lib/apt/lists/*

5. sudo apt-get update

Thanks

Revision history for this message
ayacsa (ayacsaev) said :
#2

Hi NikTh,

Excellent. No errors reported. Job done.

Cheers so much!

wappie

Revision history for this message
ayacsa (ayacsaev) said :
#3

Thanks NikTh, that solved my question.