0

Could not initialize the package information An unresolvable problem occurred while initializing the package information. Please report this bug against the 'update-manager' package and include the following error message:

E:Encountered a section with no Package: header, 
E:Problem with MergeList /var/lib/apt/lists/ca.archive.ubuntu.com_ubuntu_dists_precise_multiverse_i18n_Translation-en,
E:The package lists or status file could not be parsed or opened.'

This is the message I receive when i click the top left corner of my screen and click the Software Updater.

What should I do?

Zanna
  • 70,465
Leena
  • 21
  • 1
  • 1
  • 3

1 Answers1

0

Open up your terminal and...

First do the following:

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

Then:

sudo apt-get update

sudo apt-get upgrade
Brask
  • 1,588