update-manager

Asked by j3lc

When i open the update-manager after a few seconds i get the following message:
'E:Encountered a section with no Package: header, E:Problem with MergeList /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_jaunty_partner_binary-i386_Packages, E:Αδύνατο το άνοιγμα ή η ανάλυση των λιστών πακέτων ή του αρχείου κατάστασης.'

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Mark Rijckenberg
Solved:
Last query:
Last reply:
Revision history for this message
j3lc (j3lc) said :
#1

The Greeks means can't open or analyze the packages list or

Revision history for this message
Best Mark Rijckenberg (markrijckenberg) said :
#2

Hi,

Please try this workaround:

Open a Terminal and enter the following commands:

sudo cd /var/lib/apt/lists/
sudo rm *
sudo aptitude update
sudo aptitude dist-upgrade
sudo aptitude install -f

Hope it helps,

Regards,

Mark

Revision history for this message
j3lc (j3lc) said :
#3

Hi Mark,

My problem solved. Thanks

Revision history for this message
j3lc (j3lc) said :
#4

Thanks Mark Rijckenberg, that solved my question.