Today I found a lot of errors when I was updating. So I went through the process of getting them fixed.
Here are the GPG Numbers:
- 4874D3686E80C6B7
- 6AF0E1940624A220
60D11217247D1CFF
To fix these problems you need to check a couple of things:
- When you update you use the terminal using the command: sudo apt-get update
- If you see errors with GPG Keys just follow this advice
WARNING USE AT YOUR OWN RISK!
gpg --keyserver keyserver.ubuntu.com --recv [GPGKEY]
gpg –export –armor [GPGKEY] | sudo apt-key add -
sudo apt-get update
Use the source listed above and use the keys that are BADSIG or NO_PUBKEY
This should work for Ubuntu 8.10 as it did work for me.
Ryan Orser