Results 1 to 6 of 6

Thread: Ubuntu software crash and software updater crash as well

  1. #1
    Join Date
    Oct 2012
    Beans
    3

    Ubuntu software crash and software updater crash as well

    Hello , all

    my Ubuntu software crash and software updater crash as well.

    I got following error message.

    Could not initialise the package information

    An unresolvable problem occurred while initialising the package information.

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

    'E:Encountered a section with no Package: header, Eroblem with MergeList /var/lib/apt/lists/gb.archive.ubuntu.com_ubuntu_dists_precise_main_i1 8n_Translation-en, E:The package lists or status file could not be parsed or opened.'

  2. #2
    Join Date
    Nov 2008
    Beans
    Hidden!

    Re: Ubuntu software crash and software updater crash as well

    Hi flamcsd, welcome to the forum

    Open a terminal and enter:

    sudo rm -rf /var/list/apt/lists/*

    sudo apt-get update

    Now try the software center

  3. #3
    Join Date
    Oct 2012
    Beans
    3

    Smile Re: Ubuntu software crash and software updater crash as well

    Hi jerry

    thanks for your help. I performed your command in a terminal. I still got some error messages.

    Fetched 1,201 kB in 1s (643 kB/s)
    Reading package lists... Error!
    W: GPG error: http://gb.archive.ubuntu.com precise Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
    E: Encountered a section with no Package: header
    E: Problem with MergeList /var/lib/apt/lists/gb.archive.ubuntu.com_ubuntu_dists_precise_main_i1 8n_Translation-en
    E: The package lists or status file could not be parsed or opened.

  4. #4
    Join Date
    Nov 2008
    Beans
    Hidden!

    Re: Ubuntu software crash and software updater crash as well

    sudo -i
    apt-get clean
    cd /var/lib/apt
    mv lists lists.old
    mkdir -p lists/partial
    apt-get clean
    apt-get update

    First link -- method #1

    http://www.googlubuntu.com/results/?...Search&lang=en
    Last edited by jerrrys; October 5th, 2012 at 01:07 PM.

  5. #5
    Join Date
    Oct 2012
    Beans
    3

    Talking Re: Ubuntu software crash and software updater crash as well

    Thank you jerrrys,

    My problem solved.

    Thanks again for the quick fix. really good help.

  6. #6
    Join Date
    Nov 2008
    Beans
    Hidden!

    Re: Ubuntu software crash and software updater crash as well


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
  •