Tried to open the software boutique. Nothing opened, then some several second later an error was reported.
So, tried to open it from a terminal. Got the following output/error:
[i18n] Using en_GB
Traceback (most recent call last):
File "/usr/bin/ubuntu-mate-welcome", line 2846, in <module>
app = WelcomeApp()
File "/usr/bin/ubuntu-mate-welcome", line 1178, in __init__
self._build_app()
File "/usr/bin/ubuntu-mate-welcome", line 1290, in _build_app
mv = AppView(trans_slides)
File "/usr/bin/ubuntu-mate-welcome", line 733, in __init__
self._apt_cache = apt.Cache()
File "/usr/lib/python3/dist-packages/apt/cache.py", line 113, in __init__
self.open(progress)
File "/usr/lib/python3/dist-packages/apt/cache.py", line 164, in open
self._cache = apt_pkg.Cache(progress)
SystemError: E:Encountered a section with no Package: header, E:Problem with MergeList /var/lib/apt/lists/gb.archive.ubuntu.com_ubuntu_dists_xenial_main_binary-amd64_Packages, E:The package lists or status file could not be parsed or opened.
[Network Test] Successfully pinged 'http://archive.ubuntu.com/'
Next, tried run apt-get update: got the following error:
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages
Anybody any ideas?
E: The package lists or status file could not be parsed or opened.
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages
E: The package lists or status file could not be parsed or opened.
Tried to open synaptic. Got the similar error and it was forced to close.
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages
E: The package lists or status file could not be parsed or opened.
Looking at the error, it seems to be something wrong with Google Chrome. So, tried:
sudo apt-get remove google-chrome-stable
Also:
sudo apt-get purge google-chrome-stable
Same error:
So, now completely stuck for updating and installing software
Great to hear. To be more informative in future, I’ll be sure to add a check so a warning is displayed if Welcome/Boutique cannot be started because of an Apt problem.