Announcement

Collapse
No announcement yet.

Please help!!!

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

    Please help!!!

    I have kubuntu 6.06 installed in my Pc
    When a try to update, I get this message:

    The APT database could no be opened! This may be caused by incorrect APT configuration os some similar problem. Try running apt-setup and apt-get update in terminal and see if it helps to resolve the problem.

    Could you help me? How can I do to solve this problem?I kubuntu 6.06 installed in my Pc
    When a try to update, I get this message:

    The APT database could no be opened! This may be caused by incorrect APT configuration os some similar problem. Try running apt-setup and apt-get update in terminal and see if it helps to resolve the problem.

    Could you help me? How can I do to solve this problem?

    #2
    Re: Please help!!!

    I had that problem last night. I had some bad entries in my siources.list file.

    I went to this page:
    http://ubuntuguide.org/wiki/Ubuntu_d...a_repositories

    Where the page has
    Code:
    gksudo gedit /etc/apt/sources.list
    Use this instead:
    Code:
    kdesu kate /etc/apt/sources.list
    (Kubuntu does not come with gedit, it uses Kate for it's text editor instead.)

    Follow the rest of the instructions as is.

    Comment

    Working...
    X