Updates through Update Manager

Asked by Inderjit Singh

When I run the update manager for updates it is failing after some time and shows the message 'check your internet connection'. As I was sure there is no problem with the internet connection , I run the command on terminal- ' sudo apt-get update' which is showing the the following problem-

"N: Ignoring file 'getdeb.list.bck' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
W: Failed to fetch gzip:/var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_precise-updates_universe_source_Sources Hash Sum mismatch

W: Failed to fetch gzip:/var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_precise-updates_main_binary-amd64_Packages Hash Sum mismatch

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

What is this problem. Please sort out the same by giving me solution. Thanks.

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 only (no other application must run) and copy-paste from here to your terminal the below commands , one at time . One line = one command

+++++++++++++++++++++++++++++++++++++++++
sudo rm /etc/apt/sources.list.d/getdeb.list.bck
sudo rm /var/lib/apt/lists* -vf
sudo apt-get update
++++++++++++++++++++++++++++++++++++++++

See if last command returns any errors.
Thanks

Revision history for this message
Inderjit Singh (inderjit67) said :
#2

The above commands run on terminal the result got is as under -'Fetched 1,287 kB in 1min 56s (11.0 kB/s)
Reading package lists... Done'
Whether the problem is solved.I will return back with thanks.

Revision history for this message
Inderjit Singh (inderjit67) said :
#3

Oh , the problem is solved. As now I have run the update manager and successfully installed updates.Thanka Nick.
I have other problems as vcd player not working, some times screen is flickering and java is to be loaded.

Revision history for this message
Inderjit Singh (inderjit67) said :
#4

Thanks NikTh, that solved my question.