Results 1 to 4 of 4

Thread: Problem with MergeList /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_precise-

  1. #1
    Join Date
    Mar 2012
    Beans
    1

    Exclamation Problem with MergeList /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_precise-

    need help with the following error message

    Reading package lists... Error!
    E: Encountered a section with no Package: header
    E: Problem with MergeList /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_precise-updates_universe_binary-amd64_Packages
    E: The package lists or status file could not be parsed or opened.

  2. #2
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    30,014
    Distro
    Ubuntu 24.04 Noble Numbat

    Re: Problem with MergeList /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_prec

    Hi, try this:
    Code:
    sudo rm /var/lib/apt/lists/* -vf
    The first command will remove the damaged list and when you run the second command it will replace it with a new list.

    Code:
    sudo apt-get update
    is the 12.04 beta?
    Thanks

  3. #3
    Join Date
    Apr 2011
    Beans
    154
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Problem with MergeList /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_prec

    i had the same problem (not sure what caused it) and your solution worked. Thank you.

  4. #4
    Join Date
    Sep 2012
    Beans
    5

    Re: Problem with MergeList /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_prec

    This helped solve my similar problem as well. Thanks!

Bookmarks

Posting Permissions

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