Find the answer to your Linux question:
Results 1 to 6 of 6
E: Encountered a section with no Package: header E: Problem with MergeList /var/lib/apt/lists/ftp.pl.debian.org_debian_dists_stable_main_binary-i386_Packages E: Nie udało się odczytać lub przetworzyć list pakietów lub pliku stanu.* *it says: couldn't read package ...
  1. #1
    Just Joined!
    Join Date
    Dec 2005
    Posts
    25

    aptitude problem - Problem with MergeList - Solved



    E: Encountered a section with no Package: header
    E: Problem with MergeList /var/lib/apt/lists/ftp.pl.debian.org_debian_dists_stable_main_binary-i386_Packages
    E: Nie udało się odczytać lub przetworzyć list pakietów lub pliku stanu.*

    *it says: couldn't read package list or status file.

    I'm having this problem with aptitude after a small poweroff.
    This is what happened after aptitude update.
    (Power went off right in the middle of aptitude update-ing).

    Synaptic doesn't work as well.
    Apt-get works fine.
    Thank you Smile
    Last edited by gabriel_007; 12-20-2005 at 11:18 PM. Reason: Problem solved

  2. #2
    Linux Guru kkubasik's Avatar
    Join Date
    Mar 2004
    Location
    Lat: 39:03:51N Lon: 77:14:37W
    Posts
    2,396
    have you tried running

    apt-get update

    if thats no good, run

    apt-get clean && apt-get update
    Avoid the Gates of Hell. Use Linux
    A Penny for your Thoughts

    Formerly Known as qub333

  3. #3
    Just Joined!
    Join Date
    Dec 2005
    Posts
    25
    apt-get clean ---> displays no messages.
    apt-get update --->

    Traf http://security.debian.org stable/updates/main Packages
    Traf http://security.debian.org stable/updates/main Release
    Traf ftp://ftp.pl.debian.org stable/main Packages
    Traf ftp://ftp.pl.debian.org stable/main Release
    Traf ftp://ftp.pl.debian.org stable/main Sources
    Traf ftp://ftp.pl.debian.org stable/main Release
    Traf ftp://ftp.uk.debian.org stable/main Packages
    Traf ftp://ftp.uk.debian.org stable/main Release
    Traf ftp://ftp.uk.debian.org stable/non-free Packages
    Traf ftp://ftp.uk.debian.org stable/non-free Release
    Traf ftp://ftp.uk.debian.org stable/contrib Packages
    Traf ftp://ftp.uk.debian.org stable/contrib Release
    Czytanie list pakietów... Błąd!
    E: Encountered a section with no Package: header
    E: Problem with MergeList /var/lib/apt/lists/ftp.pl.debian.org_debian_dists_stable_main_binary-i386_Packages
    E: Nie udało się otworzyć lub zanalizować zawartości list pakietów.

    aha... so it's the same. Except that aptitude update doesn't even display the first part
    (till "Czytanie pakietów ...Błąd!" ---?> "Reading packages ...Error!").
    Aptitude clean displays the same error.
    When I run simply "aptitude" it displays the same thing .

  4. #4
    Linux Guru kkubasik's Avatar
    Join Date
    Mar 2004
    Location
    Lat: 39:03:51N Lon: 77:14:37W
    Posts
    2,396
    What does Traf mean? something like Hit?

    you should be able to try this (but I can't make any promises so back stuff up if its mission critical)

    Code:
    sudo rm /var/lib/apt/lists/* -vf
    Avoid the Gates of Hell. Use Linux
    A Penny for your Thoughts

    Formerly Known as qub333

  5. #5
    Just Joined!
    Join Date
    Dec 2005
    Posts
    25
    That solved my problem, I was able to update and upgrade
    Thank you qub333 for you help and attention

  6. #6
    Linux Guru kkubasik's Avatar
    Join Date
    Mar 2004
    Location
    Lat: 39:03:51N Lon: 77:14:37W
    Posts
    2,396
    no problem, that's what forums are for!

    (of course, if you wanna show the appreciation, watch my new blog to see what spews from my mind )
    Avoid the Gates of Hell. Use Linux
    A Penny for your Thoughts

    Formerly Known as qub333

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •