Announcement

Collapse
No announcement yet.

How I rebuilt the pakage list?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How I rebuilt the pakage list?

    I am trying install deb packages from the current kubuntu repository but something is wrong.
    I catch the follow errors:

    USING KPACKAGEKIT
    The package list needs to be rebuilt. This should have been done by the backer

    How I rebuilt the package list ?

    USING Synaptic Package Manager:
    E: Encountered a section with no Package: header
    E: Problem with MergeList /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_natty-security_main_binary-i386_Packages
    E: The package lists or status file could not be parsed or opened.
    E: _cache->open() failed, please report.





    KPackagekit

    #2
    Re: How I rebuilt the pakage list?

    sudo apt-get clean
    sudo apt-get check
    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
    – John F. Kennedy, February 26, 1962.

    Comment


      #3
      Re: How I rebuilt the pakage list?

      Hi, thank you for your reply.
      I tried the apt-get clean and apt-get check but the problem persists:


      Using the Synaptic

      W: Failed to fetch http://br.archive.ubuntu.com/ubuntu/...0-1.1_i386.deb
      404 Not Found

      W: Failed to fetch http://br.archive.ubuntu.com/ubuntu/...untu3_i386.deb
      404 Not Found
      (an error message similar to pkackagekit)

      Comment


        #4
        Re: How I rebuilt the pakage list?

        The 404 is an error message telling you that the deb package does not exist at that URL.

        What is there is this:
        http://br.archive.ubuntu.com/ubuntu/...50.orig.tar.gz

        Your repository setting is wrong. You've gone too deep. Drop the last two directories in your sources.list file or via Synaptic.
        "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
        – John F. Kennedy, February 26, 1962.

        Comment

        Working...
        X