View Full Version : [ubuntu] Synaptic Package Manager Error
GaryLittlemore
December 1st, 2010, 12:33 PM
I tried to run the 'Update Manager' and got errors, so I thought I'd check for broken packages using the Synaptic Package Manager and below is what I've received:
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/gb.archive.ubuntu.com_ubuntu_dists_maverick_main_i 18n_Translation-en%5fGB
E: The package lists or status file could not be parsed or opened.
E: _cache->open() failed, please report.
Can anyone help?
plucky
December 1st, 2010, 01:32 PM
I tried to run the 'Update Manager' and got errors, so I thought I'd check for broken packages using the Synaptic Package Manager and below is what I've received:
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/gb.archive.ubuntu.com_ubuntu_dists_maverick_main_i 18n_Translation-en%5fGB
E: The package lists or status file could not be parsed or opened.
E: _cache->open() failed, please report.
Can anyone help?
From a terminal
cd /var/lib/apt/lists/
ls
sudo rm gb.archive.ubuntu.com_ubuntu_dists_maverick_main_i 18n_Translation-en%5fGB
sudo apt-get update
The ls command is to make sure you are in the correct directory.
The sudo rm command will delete the file
The sudo apt-get update will create a new file and hopefully fix your problem.
Good Luck
rburkartjo
December 5th, 2010, 02:28 PM
gary open a terminal run this command
sudo dpkg --configure -a
it will ask you for your password enter
see if it helps
rburkartjo
December 5th, 2010, 02:32 PM
if that doesnt work gary open the spm
select broken on the left hand side
and that should fix
i had to do that myself yesterday
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.