Update manager error
plz help how to fix this error
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.
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Cristi Nistor
- Solved:
- 2010-08-17
- Last query:
- 2010-08-17
- Last reply:
- 2010-07-10
muhammad ahmed (mam422) said : | #1 |
if update manager doesnt work you should update by terminal by using this command : "sudo apt-get update" then it will require passwod of your main user. this will check for updates . And now to install updates use this command: "sudo apt-get upgrade"
this will ask you to that do you really want to upgrade press y and then enter. now you are updated.
muhammad ahmed (mam422) said : | #2 |
if update manager doesnt work you should update by terminal by using this command : "sudo apt-get update" then it will require passwod of your main user. this will check for updates . And now to install updates use this command: "sudo apt-get upgrade"
this will ask you to that do you really want to upgrade press y and then enter. now you are updated.
Muhammad Ahmed
that error i'm getting when updating through terminal
|
#4 |
First you need to update the repositories list with command:
sudo apt-get update
and after this you can try to upgrde the system packages with the command:
sudo apt-get upgrade
And update the ftp server key with sudo apt-key update command, if necessary.
Good luck
Thanks Cristi Nistor, that solved my question.