Announcement

Collapse
No announcement yet.

Adept and LiveCD Vs. Install (SOLVED)

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

    Adept and LiveCD Vs. Install (SOLVED)

    See below for original problem, but removing /etc/apt/apt.conf solves the problem!
    It apparently tries to setup some sort of proxy garbage and that hoses adept and or apt-get.

    Matt

    Hello Everyone!
    To add a note, the same thing under an Ubuntu 6.06 install.....

    Just got my Kubuntu 6.06 LTS CD's from shipit!

    Ran the LiveCD and everything worked great.  Even installing firefox with adept.

    So, I installed.  One error during install.  It said it could not contact the security repositories.  Other than that all went well.

    Now, running from the install I can not install ANYTHING.
    After hitting "Apply" with a box pops up that says "There was an error commiting changes.  Possibly there was a problem downloading some packages or the commit would break packages."

    Results with apt-get are no better.  When running sudo apt-get update I see all kinds of errors about contacting respositories.  Yet, browsing the internet seems to work fine.  In other words, all networking except adept or apt-get seems to be working fine.  Here is my (default) sources.list:


    deb http://us.archive.ubuntu.com/ubuntu/ dapper main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu/ dapper main restricted

    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted

    ## Uncomment the following two lines to add software from the 'universe'
    ## repository.
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team, and may not be under a free licence. Please satisfy yourself as to
    ## your rights to use the software. Also, please note that software in
    ## universe WILL NOT receive any review or updates from the Ubuntu security
    ## team.
    # deb http://us.archive.ubuntu.com/ubuntu/ dapper universe
    # deb-src http://us.archive.ubuntu.com/ubuntu/ dapper universe

    ## Uncomment the following two lines to add software from the 'backports'
    ## repository.
    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    # deb http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
    # deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse

    # Line commented out by installer because it failed to verify:
    #deb http://security.ubuntu.com/ubuntu dapper-security main restricted
    # Line commented out by installer because it failed to verify:
    #deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
    # deb http://security.ubuntu.com/ubuntu dapper-security universe
    # deb-src http://security.ubuntu.com/ubuntu dapper-security universe


    Does anyone know why, with a default install I would be having such issues?

    Thanks!

    Matt Anderson

    #2
    Re: Adept and LiveCD Vs. Install (SOLVED)

    Hi, Matt
    You have most of the repositories disabled. Try this

    Open your sources.list in kwrite:

    Code
    kdesu kwrite /etc/apt/sources.list

    Remove # from in front of all lines starting with deb or deb-src

    Save and close

    Code
    sudo apt-get update
    then
    sudo apt-get upgrade

    and you should get all this good new stuff.

    Hope this helps

    Lowey
    I wish I was the man my dog thinks I am.<br /><br />Registered Linux User No. 402825

    Comment

    Working...
    X