0

I was installing Chrome using apt-get and after that I'm not able use command sudo apt-get install or sudo apt-get update anything which I am doing with my package manager is not working, is always showing this error:

Reading package lists...Error! 
E: Problem parsing dependency Recommends    
E: Error occurred while processing foomatic-filters (NewVersion2)    
E: Problem with MergeList /var/lib/dpkg/status    
E: The package lists or status file could not be parsed or opened.

Can you please tell me how to fix this problem? I am using Ubuntu 11.10. I am not even able to upgrade to Ubuntu 12.04 because of this problem.

Braiam
  • 69,112

1 Answers1

1

You should also be able to upgrade normally, following this answer. This may also help resolve some dpkg errors.

As an alternative, since this is such an old version, and now End Of Life, it may be easier to download an .iso image, put it on a dvd or USB stick, and install 12.04 over it. This will be easy if you have a separate /home partition, as Ubuntu should be able to replace 11.10 with 12.04, but leave your users files alone.

Make a full backup of all your data first. You may also find this question helpful.

Wilf
  • 30,732