Results 1 to 4 of 4

Thread: Synaptic cannot start

  1. #1
    Join Date
    Nov 2009
    Beans
    76
    Distro
    Ubuntu 11.04 Natty Narwhal

    Synaptic cannot start

    Following error is seen when I start up the synaptic.
    I have just installed 11.04 and was adding few of my favorite softwares.

    This ocured after I tried to installed xpaint which did not install and now I am
    not able to start the synaptic.

    Code:
    E: Encountered a section with no Package: header
    E: Problem with MergeList /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_natty_main_i18n_Translation-en%5fIN
    E: The package lists or status file could not be parsed or opened.
    E: _cache->open() failed, please report.
    Thanks in advance

    YNDESAI

  2. #2
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,414
    Distro
    Xubuntu

    Re: Synaptic cannot start

    Hi,
    open a terminal and copy/paste the following commands:

    Code:
    sudo rm /var/lib/apt/lists/* -vf
    sudo apt-get update
    The first one removes corrupted package lists, the second one refreshes them.

  3. #3
    Join Date
    Nov 2009
    Beans
    76
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Synaptic cannot start

    Thank you my issue is now resolved.

    Wanted to know how did this err criped in. .

    Thanks once again

  4. #4
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,414
    Distro
    Xubuntu

    Re: Synaptic cannot start

    Glad things worked out

    Please mark this Solved using the Thread Tools near the top of the page.

Tags for this Thread

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
  •