Results 1 to 3 of 3

Thread: Source Code Repositories

  1. #1
    Join Date
    Oct 2007
    Location
    USA - Indiana
    Beans
    557
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Source Code Repositories

    Do I really need the source code repos?

    Could I make my sources.list look like this?...

    Code:
    # deb cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.5)]/ intrepid main restricted
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    
    deb http://mirror.anl.gov/pub/ubuntu/ intrepid main restricted
    # deb-src http://mirror.anl.gov/pub/ubuntu/ intrepid main restricted
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://mirror.anl.gov/pub/ubuntu/ intrepid-updates main restricted
    # deb-src http://mirror.anl.gov/pub/ubuntu/ intrepid-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://mirror.anl.gov/pub/ubuntu/ intrepid universe
    # deb-src http://mirror.anl.gov/pub/ubuntu/ intrepid universe
    deb http://mirror.anl.gov/pub/ubuntu/ intrepid-updates universe
    # deb-src http://mirror.anl.gov/pub/ubuntu/ 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 http://mirror.anl.gov/pub/ubuntu/ intrepid multiverse
    # deb-src http://mirror.anl.gov/pub/ubuntu/ intrepid multiverse
    deb http://mirror.anl.gov/pub/ubuntu/ intrepid-updates multiverse
    # deb-src http://mirror.anl.gov/pub/ubuntu/ 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 http://us.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse
    # deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid-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 intrepid partner
    # deb-src http://archive.canonical.com/ubuntu intrepid partner
    
    deb http://mirror.anl.gov/pub/ubuntu/ intrepid-security main restricted
    # deb-src http://mirror.anl.gov/pub/ubuntu/ intrepid-security main restricted
    deb http://mirror.anl.gov/pub/ubuntu/ intrepid-security universe
    # deb-src http://mirror.anl.gov/pub/ubuntu/ intrepid-security universe
    deb http://mirror.anl.gov/pub/ubuntu/ intrepid-security multiverse
    # deb-src http://mirror.anl.gov/pub/ubuntu/ intrepid-security multiverse
    
    # Open Office 3
    deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main
    
    # Cairo Dock
    deb http://repository.cairo-dock.org/ubuntu intrepid cairo-dock
    Do you forsee any problems with commenting out the source codes?

  2. #2
    Join Date
    Dec 2007
    Beans
    198

  3. #3
    Join Date
    Jan 2008
    Location
    the space between spaces.
    Beans
    1,654

    Re: Source Code Repositories

    You could, but it wouldn't change much really.
    "If a cluttered desk signs a cluttered mind, Of what, then, is an empty desk a sign?" -Albert Einstein.

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
  •