Results 1 to 7 of 7

Thread: Ubuntu's source list

  1. #1
    Join Date
    Oct 2010
    Beans
    48

    Question Ubuntu's source list

    Hi. I'm new to Ubuntu. My first one is 10.10 so imagine the experience that I have with it. Anyway, the problem is that after visiting many websites, I changed the sources.list a number of times, so now I started to have weird errors when I'm trying to update. Can you please give me a source list that is good and complete? Or, where can I get one?

    Sorry about the possibly stupid question that I made, but screwing it up is a way to learn

    Thanks

  2. #2
    Join Date
    Oct 2006
    Beans
    58,286

    Re: Ubuntu's source list

    Here is what is in mine. A default install so far untouched.

    Code:
    #deb cdrom:[Ubuntu 10.10 _Maverick Meerkat_ - Release amd64 (20101007)]/ maverick main restricted
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    
    deb http://gb.archive.ubuntu.com/ubuntu/ maverick main restricted
    deb-src http://gb.archive.ubuntu.com/ubuntu/ maverick main restricted
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://gb.archive.ubuntu.com/ubuntu/ maverick-updates main restricted
    deb-src http://gb.archive.ubuntu.com/ubuntu/ maverick-updates main restricted
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team. Also, please note that software in universe WILL NOT receive any
    ## review or updates from the Ubuntu security team.
    deb http://gb.archive.ubuntu.com/ubuntu/ maverick universe
    deb-src http://gb.archive.ubuntu.com/ubuntu/ maverick universe
    deb http://gb.archive.ubuntu.com/ubuntu/ maverick-updates universe
    deb-src http://gb.archive.ubuntu.com/ubuntu/ maverick-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 http://gb.archive.ubuntu.com/ubuntu/ maverick multiverse
    deb-src http://gb.archive.ubuntu.com/ubuntu/ maverick multiverse
    deb http://gb.archive.ubuntu.com/ubuntu/ maverick-updates multiverse
    deb-src http://gb.archive.ubuntu.com/ubuntu/ maverick-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 http://gb.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse
    # deb-src http://gb.archive.ubuntu.com/ubuntu/ maverick-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 http://archive.canonical.com/ubuntu maverick partner
    # deb-src http://archive.canonical.com/ubuntu maverick partner
    
    ## This software is not part of Ubuntu, but is offered by third-party
    ## developers who want to ship their latest software.
    deb http://extras.ubuntu.com/ubuntu maverick main
    deb-src http://extras.ubuntu.com/ubuntu maverick main
    
    deb http://security.ubuntu.com/ubuntu maverick-security main restricted
    deb-src http://security.ubuntu.com/ubuntu maverick-security main restricted
    deb http://security.ubuntu.com/ubuntu maverick-security universe
    deb-src http://security.ubuntu.com/ubuntu maverick-security universe
    deb http://security.ubuntu.com/ubuntu maverick-security multiverse
    deb-src http://security.ubuntu.com/ubuntu maverick-security multiverse

  3. #3
    Join Date
    Oct 2010
    Beans
    48

    Re: Ubuntu's source list

    Thank you a lot! Most of the errors are gone, but I still have this one.


  4. #4
    Join Date
    Oct 2006
    Beans
    58,286

    Re: Ubuntu's source list

    Load up System > Administration > Synaptic Package Manager and go into Settings > Repositories > Other Software tab, then deselect the troublesome lines or do it by editing your sources.list using this command

    gksudo gedit /etc/apt/sources.list
    and place a # sign in front of the troublesome lines.

    It is probably easier and safer to so it the first way.

  5. #5
    Join Date
    Jun 2007
    Location
    K-o-T,
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Ubuntu's source list

    Open a terminal (Applications > Accessories > Terminal) and run
    Code:
    sudo apt-get update
    and post the output to the forum.Your screenshot doesn't show the whole error message.

    You seem to have some PPA's added to your sources.list which are causing problems.

    For a new sources.list go Here

    Good Luck
    Hypertension = Take with a pinch of salt
    | Psychocats | Ubuntu Documentation | Howto [Solved] | BBcode list | Brother Website |

  6. #6
    Join Date
    Oct 2010
    Beans
    48

    Re: Ubuntu's source list

    It worked the first way. Thank you very much.

  7. #7
    Join Date
    Oct 2006
    Beans
    58,286

    Re: Ubuntu's source list

    Quote Originally Posted by cam3roon View Post
    It worked the first way. Thank you very much.
    You are welcome. Do call again.

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
  •