Installed Packages have unmet dependencies (ubuntu 13.04)

Asked by sumon

Please see the Terminal reports, help to fix it....

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Thomas Krüger
Solved:
Last query:
Last reply:
Revision history for this message
sumon (aksumon-mis) said :
#1

user@ubuntu:~$ sudo apt-get -f install
[sudo] password for user:
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_raring-updates_universe_i18n_Translation-en
E: The package lists or status file could not be parsed or opened.

Revision history for this message
Best Thomas Krüger (thkrueger) said :
#2

Please follow this guide and post the output here: https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure

Thanks!

Revision history for this message
sumon (aksumon-mis) said :
#3

Hi Thomas,

Thanks for the response.
I found your reference is difficult for me as a new commer in ubuntu.
Can get any other easier direction?

Thanks again.

Revision history for this message
Manfred Hampl (m-hampl) said :
#4

It seems you have the problem described in FAQ 1591

The following steps might help:

Open a terminal (e.g. by simultaneously pressing ctrl-alt-t) end execute this command:

sudo rm /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_raring-updates_universe_i18n_Translation-en

When you are asked for your password please enter it, but note that you will get any feedback on screen (no echo, not even '*' placeholders).
FAQ #1591: “'E:Encountered a section with no Package: header, E:Problem with MergeList”.

Revision history for this message
sumon (aksumon-mis) said :
#5

Thanks Thomas Krüger, that solved my question.