-1

This is the error message(below) i get when i try to update through update manager. Can anyone help me with this one?

W: Failed to fetch gzip:/var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_precise-security_universe_binary-i386_Packages  Hash Sum mismatch
E: Some index files failed to download. They have been ignored, or old ones used instead.
Avinash Raj
  • 78,556

1 Answers1

0

Open a terminal by pressing CTRL+ALT+T and type the following commands:

sudo rm -fR /var/lib/apt/lists/*  

Then run:

sudo apt-get update
M.Tarun
  • 5,001
  • 6
  • 33
  • 64