Results 1 to 2 of 2

Thread: Software upgrade not working. APT error

  1. #1
    Join Date
    Oct 2009
    Location
    Multan, Pakistan
    Beans
    42
    Distro
    Ubuntu 9.10 Karmic Koala

    Software upgrade not working. APT error

    Hi guys. I was trying to upgrade to 10.10 from 10.04, when i hit the following error.


    Could not initialize the package information

    An unresolvable problem occurred while initializing the package information.

    Please report this bug against the 'update-manager' package and include the following error message:

    'E:Encountered a section with no Package: header, Eroblem with MergeList /var/lib/apt/lists/mirror.letsopen.com_os_ubuntu_dists_natty_main_bin ary-i386_Packages, E:The package lists or status file could not be parsed or opened.'
    Now no repository will load and i'm unable to user synaptic or apt or software center.

    I googled and found out that running

    Code:
    sudo rm /var/lib/apt/lists/* -vrf
    Will fix it, but that didn't work either. Any ideas?

  2. #2
    Join Date
    Oct 2011
    Location
    ZZ9 Plural Z Alpha
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Software upgrade not working. APT error

    Did you try running

    Code:
    sudo rm -r /var/lib/apt/*
    without the -vrf? You then have to run

    Code:
    sudo apt-get update
    If you get any errors from the second command, post them here.

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
  •