LMDE updating problems - Solved

Archived topics about LMDE 1 and LMDE 2
Locked
TonyKZ1

LMDE updating problems - Solved

Post by TonyKZ1 »

from the cli:
sudo apt-get update && sudo apt-get dist-upgrade

it lists the software sources and then this.

Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/packages.linuxmint.com_dists_debian_main_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.

After trying to run the update manager I got a similar message.
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/packages.linuxmint.com_dists_debian_main_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.
E: _cache->open() failed, please report.


Any ideas?
Thanks, Tony
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
dawgdoc

Re: LMDE updating problems

Post by dawgdoc »

In terminal try these commands

Code: Select all

sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update
It worked for me in the past when I had the same error. I found it again by searching the forum for header. I had to check about 4 threads to find the answer.
TonyKZ1

Re: LMDE updating problems

Post by TonyKZ1 »

That fixed it, thanks I appreciate it.
Tony
gosa
Level 4
Level 4
Posts: 317
Joined: Mon Nov 01, 2010 5:12 am
Location: Spain

Re: LMDE updating problems - Solved

Post by gosa »

Ran into the same issue this morning, and found this thread after a bit of a detour...

I'll join in with my thanks to dawgdoc:

- Thanks!

Edit: Seems I read some parts of this thread a bit to fast...
Last edited by gosa on Wed Mar 30, 2011 12:26 am, edited 1 time in total.
dawgdoc

Re: LMDE updating problems - Solved

Post by dawgdoc »

You are both welcome. I am glad all is working for you again.
m2nis
Level 1
Level 1
Posts: 2
Joined: Thu Jun 23, 2011 2:44 pm

Re: LMDE updating problems - Solved

Post by m2nis »

Same problem, same solution. :-)

Thank you !
Locked

Return to “LMDE Archive”