Results 1 to 9 of 9

Thread: Could not initialize the package information? Help

  1. #1
    Join Date
    May 2007
    Beans
    5

    Unhappy Could not initialize the package information? Help

    This is what I recently got when I tried to update. Obviously I dont know what to do next, hope someone can help. Hanx!

    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:Type 'See' is not known on line 2 in source list /etc/apt/sources.list, E:The list of sources could not be read.'

  2. #2
    Join Date
    Apr 2008
    Location
    London
    Beans
    1,873
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Could not initialize the package information? Help

    Ok, it refers to Line 2 of your sources.list file. So open up that file and let's see what's in Line 2. You can do that by copying and pasting this command into the terminal:

    Code:
    gksudo gedit /etc/apt/sources.list
    Scroll down to Line 2, and copy and paste whatever it is in your reply.

    .

  3. #3
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Could not initialize the package information? Help

    Could you paste a copy of /etc/apt/sources.list in your next post.

    Press Alt-F2 and type:

    Code:
    gksu gedit /etc/apt/sources.list
    The above command will open the the sources.list in the text editor. Just copy the text and paste it into the post. Using [code][/code] tages will make the text a little more readable.

  4. #4
    Join Date
    Apr 2008
    Location
    London
    Beans
    1,873
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Could not initialize the package information? Help

    Line 2 in my sources.list is

    Code:
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    Make sure you have a "#" in front of the word "See". I suspect that's what's causing the problem.

    .

  5. #5
    Join Date
    May 2007
    Beans
    5

    Re: Could not initialize the package information? Help

    Ok there was no # in front of See. So I'll put one there then re-boot?

  6. #6
    Join Date
    May 2007
    Beans
    5

    Re: Could not initialize the package information? Help

    Quote Originally Posted by freedom? View Post
    Ok there was no # in front of See. So I'll put one there then re-boot?
    Here is line 2 and 3
    #See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    newer versions of the distribution.

  7. #7
    Join Date
    Apr 2008
    Location
    London
    Beans
    1,873
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Could not initialize the package information? Help

    Quote Originally Posted by freedom? View Post
    Ok there was no # in front of See. So I'll put one there then re-boot?
    Yeah. There's no need to reboot, just save your change and close the file, then run

    Code:
    sudo apt-get update
    in a terminal then you should be good to go.

    .

  8. #8
    Join Date
    May 2007
    Beans
    5

    Re: Could not initialize the package information? Help

    Quote Originally Posted by freedom? View Post
    Here is line 2 and 3
    #See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    newer versions of the distribution.
    Dont really know what I did, BUT! It updated
    Thanks for your help all

  9. #9
    Join Date
    May 2007
    Beans
    5

    Talking Re: Could not initialize the package information? Help

    Quote Originally Posted by Sealbhach View Post
    Yeah. There's no need to reboot, just save your change and close the file, then run

    Code:
    sudo apt-get update
    in a terminal then you should be good to go.

    .
    Thanks!!!!!!! Much appreciated

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
  •