Announcement

Collapse
No announcement yet.

Software sources not updated in upgrade

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

    Software sources not updated in upgrade

    I noticed that in the upgrade from 8.04 to 8.10 that my software sources are still all the same. Do these have to be manually updated? And if so what are the new sources?

    #2
    Re: Software sources not updated in upgrade

    The sources.list should have been 'replaced' as part of the upgrade, assuming you performed the upgrade correctly. Kubuntu 8.04 to 8.10 Upgrade contains the procedure (I followed it, and upgraded without any problems). That said, this is what my sources.list (now) looks like:
    Code:
    # deb cdrom:[Kubuntu-KDE4 8.04 _Hardy Heron_ - Release i386 (20080423)]/ hardy main restricted                                 
    # See [url]http://help.ubuntu.com/community/UpgradeNotes[/url] for how to upgrade to    
    # newer versions of the distribution.                      
    
    deb [url]http://us.archive.ubuntu.com/ubuntu/[/url] intrepid main restricted
    deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] intrepid main restricted
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.                        
    deb [url]http://us.archive.ubuntu.com/ubuntu/[/url] intrepid-updates main restricted
    deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] intrepid-updates main restricted
    
    ## 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 [url]http://us.archive.ubuntu.com/ubuntu/[/url] intrepid universe         
    deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] intrepid universe       
    deb [url]http://us.archive.ubuntu.com/ubuntu/[/url] intrepid-updates universe     
    deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] intrepid-updates universe   
    
    ## 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
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    ## security team.
    deb [url]http://us.archive.ubuntu.com/ubuntu/[/url] intrepid multiverse
    deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] intrepid multiverse
    deb [url]http://us.archive.ubuntu.com/ubuntu/[/url] intrepid-updates multiverse
    deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] intrepid-updates multiverse
    
    ## 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 [url]http://us.archive.ubuntu.com/ubuntu/[/url] hardy-backports main restricted universe multiverse
    # deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] hardy-backports main restricted universe multiverse
    
    ## Uncomment the following two lines to add software from Canonical's
    ## 'partner' repository. This software is not part of Ubuntu, but is
    ## offered by Canonical and the respective vendors as a service to Ubuntu
    ## users.
    deb [url]http://archive.canonical.com/ubuntu[/url] intrepid partner
    # deb-src [url]http://archive.canonical.com/ubuntu[/url] hardy partner
    
    deb [url]http://security.ubuntu.com/ubuntu[/url] intrepid-security main restricted
    deb-src [url]http://security.ubuntu.com/ubuntu[/url] intrepid-security main restricted
    deb [url]http://security.ubuntu.com/ubuntu[/url] intrepid-security universe
    deb-src [url]http://security.ubuntu.com/ubuntu[/url] intrepid-security universe
    deb [url]http://security.ubuntu.com/ubuntu[/url] intrepid-security multiverse
    deb-src [url]http://security.ubuntu.com/ubuntu[/url] intrepid-security multiverse
    # deb [url]http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu[/url] hardy main
    I'm in the U.S., and the list reflects that accordingly. You can replace yours with this (if you are in the U.S., or are using U.S. repositories), and if your in another country, you can replace each occurrence of us.archive with xx.archive where xx is your country code.
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment

    Working...
    X