Error connected with Update-Manager

Asked by GIORGOS ANTONIADIS

Sony Vaio i7,dual boot, OS Ubuntu 12.04,Win7,NVIDIA 425 Card.
'E:Encountered a section with no Package: header, E:Problem with MergeList /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_partner_binary-amd64_Packages.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu update-manager Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Best Manfred Hampl (m-hampl) said :
#1

see https://answers.launchpad.net/ubuntu/+faq/1591

Open a terminal (ctrl-alt-t) end execute these three commands:

sudo rm -rf /var/lib/apt/lists
sudo mkdir /var/lib/apt/lists
sudo mkdir /var/lib/apt/lists/partial

In most cases executing these commands solves the problem, and updating the system works again.

If it does not, please execute the steps as described in
https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure

Revision history for this message
GIORGOS ANTONIADIS (mi-giaki) said :
#2

https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure Following the instructions of this page I managed finally to solve my problem.!!!

Revision history for this message
GIORGOS ANTONIADIS (mi-giaki) said :
#3

Thanks Manfred Hampl, that solved my question.