I ran:
sudo apt-get update
sudo apt-get upgrade
on my terminal. After that, neither the "muon update manager" nor the "muon software center" work, when run, they both give an error:
Initialization Error
The Package system could not be initialized, your configuration may be broken.
Details
Encountered a section with no package: header
I tried restarting the computer, update, upgrade a few times continually, and didn't help. Then I tried:
sudo apt-get dist-upgrade
on a terminal and got a set of these errors:
Reading package lists... Error!
**E:** Encountered a section with no Package: header
**E:** Problem with MergeList /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_main_i18n_Translation-en
**E:** The package lists or status file could not be parsed or opened.
Then I tried:
sudo dpkg --configure -a
sudo apt-get install -f
sudo apt-get update
sudo apt-get install muon --reinstall
but received the same errors quoted above for the lines 2 and 4
Does anyone know why I am having all of these problems or what I have done wrong?