update manager error
i'm new i don know what to do this is the error i'm getting plz help
It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.
You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.
Err http://
Sub-process /bin/bzip2 returned an error code (2)
Hit http://
Get:4 http://
Fetched 1,530B in 5s (303B/s)
Reading package lists... Done
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://
W: Failed to fetch http://
W: Failed to fetch http://
W: Some index files failed to download, they have been ignored, or old ones used instead.
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- actionparsnip
- Solved:
- 2010-08-17
- Last query:
- 2010-08-17
- Last reply:
- 2010-07-12
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 437D05B5
Should do it
No it did not work giving me this error
Err http://
Sub-process /bin/bzip2 returned an error code (2)
Get:7 http://
Get:8 http://
Fetched 49.1kB in 6s (8,042B/s)
Reading package lists... Done
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://
W: Failed to fetch http://
W: Failed to fetch http://
W: Some index files failed to download, they have been ignored, or old ones used instead.
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 437D05B5
Executing: gpg --ignore-
gpg: requesting key 437D05B5 from hkp server pgp.mit.edu
gpg: key 437D05B5: "Ubuntu Archive Automatic Signing Key <email address hidden>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://
W: Failed to fetch http://
W: Some index files failed to download, they have been ignored, or old ones used instead.
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://
W: Failed to fetch http://
W: Some index files failed to download, they have been ignored, or old ones used instead.
gpg --recv-keys 40976EAF437D05B5; gpg --export –armor 40976EAF437D05B5 | sudo apt-key add -
Try that.
Thanks actionparsnip, that solved my question.