Results 1 to 4 of 4

Thread: update manager and apt-get fail after Hardy upgrade

  1. #1
    Join Date
    Apr 2008
    Beans
    3

    update manager and apt-get fail after Hardy upgrade

    I tried to run the Hardy upgrade, and it finished fetching files and installing them, but then said that due to an error it would not proceed with the upgrade and that my computer would be restored back to the way it was. But upon restart the computer I was running hardy with no apparent problems until today when updat manager and apt-get both give me this error:

    Reading package lists... Error!
    E: Problem parsing dependency Depends
    E: Error occurred while processing libsasl2-modules-gssapi-mit (NewVersion1)
    E: Problem with MergeList /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_hardy_universe_ binary-i386_Packages
    E: The package lists or status file could not be parsed or opened.

    How can I fix this?

  2. #2
    Join Date
    Nov 2007
    Location
    Cairo - EGYPT-
    Beans
    48
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: update manager and apt-get fail after Hardy upgrade


  3. #3
    Join Date
    Apr 2008
    Beans
    3

    Re: update manager and apt-get fail after Hardy upgrade

    Sadly, I can't even attempt some of those tips because apt-get won't even run due to the above error. The stuff I could do didn't help anything.

  4. #4
    Join Date
    Nov 2007
    Location
    Cairo - EGYPT-
    Beans
    48
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: update manager and apt-get fail after Hardy upgrade

    Maybe the cache is small, u can try to fix it with this:
    Code:
    sudo gedit /etc/apt/apt.conf
    add the following line
    Code:
    APT::Cache-Limit "8388608";
    Also try that:
    Code:
    sudo apt-get -f install
    Code:
    sudo apt-get clean
    sudo apt-get update
    If above fails, try this
    Code:
    sudo cd /var/lib/dpkg
    sudo cp status status-bkp
    sudo cp status-old status

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
  •