0

This is what it says:

An ocurred, please run Package Manager from right-click menu or apt-get in a terminal to see what is wrong. The error message was:

Error:Opening the cache(E:Encountered a section with no Package:header,
E:Problem with  MergeList/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_raring_security_multiverse_i18n_Translation-en
E:The package lists or status file could not be  parsed or opened.)'.
This usually means that your installed packages have unmet dependencies

I tried the following:

sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update

But still I have not fixed it. Any idea how to fix it?

Simon
  • 4,813
  • 8
  • 35
  • 52
  • user164131, from the post Jorge linked, another person said they had to try those two commands several times, but that it did eventually work. Have you tried that? – Quentin Skousen Jun 03 '13 at 15:35

1 Answers1

0

Try running these commands in a shell and see what the response is:

apt-get check

apt-get -f install

Quentin Skousen
  • 257
  • 2
  • 5
  • 15