Can't run apt-get update, package files cannot be parsed/opened

Asked by Austin Yuan

Hi guys

So recently I've been trying to run apt-get update and have been getting this error:

Reading package lists... Error!
E: Read error - read (5: Input/output error)
E: The package lists or status file could not be parsed or opened.

I've seen a couple people who have had similar problems but I cant seem to find one that has a step-by-step explaination (I'm pretty new to Linux). Hope I can get some help to fix this problem, and thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

wget https://dl.dropbox.com/u/8850924/fixpackage
chmod +x ./fixpackage
sudo ./fixpackage

Revision history for this message
Austin Yuan (sax202) said :
#3

Thanks actionparsnip, that solved my question.