Advertisement
Guest User

etc-apt-sources.list

a guest
May 2nd, 2014
1,449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.33 KB | None | 0 0
  1.     # deb cdrom:[Ubuntu 13.10 _Saucy Salamander_ - Release amd64 (20131016.1)]/ saucy main restricted
  2.    
  3.     # R
  4.     # deb http://ftp.uni-mainz.de/ubuntu/ trusty main
  5.    
  6.     # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
  7.     # newer versions of the distribution.
  8.     deb ftp://ftp.fu-berlin.de/linux/ubuntu/ trusty main restricted
  9.     deb-src ftp://ftp.fu-berlin.de/linux/ubuntu/ trusty main restricted
  10.    
  11.     ## Major bug fix updates produced after the final release of the
  12.     ## distribution.
  13.     deb ftp://ftp.fu-berlin.de/linux/ubuntu/ trusty-updates main restricted
  14.     deb-src ftp://ftp.fu-berlin.de/linux/ubuntu/ trusty-updates main restricted
  15.    
  16.     ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  17.     ## team. Also, please note that software in universe WILL NOT receive any
  18.     ## review or updates from the Ubuntu security team.
  19.     deb ftp://ftp.fu-berlin.de/linux/ubuntu/ trusty universe
  20.     deb-src ftp://ftp.fu-berlin.de/linux/ubuntu/ trusty universe
  21.     deb ftp://ftp.fu-berlin.de/linux/ubuntu/ trusty-updates universe
  22.     deb-src ftp://ftp.fu-berlin.de/linux/ubuntu/ trusty-updates universe
  23.    
  24.     ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  25.     ## team, and may not be under a free licence. Please satisfy yourself as to
  26.     ## your rights to use the software. Also, please note that software in
  27.     ## multiverse WILL NOT receive any review or updates from the Ubuntu
  28.     ## security team.
  29.     deb ftp://ftp.fu-berlin.de/linux/ubuntu/ trusty multiverse
  30.     deb-src ftp://ftp.fu-berlin.de/linux/ubuntu/ trusty multiverse
  31.     deb ftp://ftp.fu-berlin.de/linux/ubuntu/ trusty-updates multiverse
  32.     deb-src ftp://ftp.fu-berlin.de/linux/ubuntu/ trusty-updates multiverse
  33.    
  34.     ## N.B. software from this repository may not have been tested as
  35.     ## extensively as that contained in the main release, although it includes
  36.     ## newer versions of some applications which may provide useful features.
  37.     ## Also, please note that software in backports WILL NOT receive any review
  38.     ## or updates from the Ubuntu security team.
  39.     deb ftp://ftp.fu-berlin.de/linux/ubuntu/ trusty-backports main restricted universe multiverse
  40.     deb-src ftp://ftp.fu-berlin.de/linux/ubuntu/ trusty-backports main restricted universe multiverse
  41.    
  42.     deb ftp://ftp.fu-berlin.de/linux/ubuntu/ trusty-security main restricted
  43.     deb-src ftp://ftp.fu-berlin.de/linux/ubuntu/ trusty-security main restricted
  44.     deb ftp://ftp.fu-berlin.de/linux/ubuntu/ trusty-security universe
  45.     deb-src ftp://ftp.fu-berlin.de/linux/ubuntu/ trusty-security universe
  46.     deb ftp://ftp.fu-berlin.de/linux/ubuntu/ trusty-security multiverse
  47.     deb-src ftp://ftp.fu-berlin.de/linux/ubuntu/ trusty-security multiverse
  48.    
  49.     ## Uncomment the following two lines to add software from Canonical's
  50.     ## 'partner' repository.
  51.     ## This software is not part of Ubuntu, but is offered by Canonical and the
  52.     ## respective vendors as a service to Ubuntu users.
  53.     deb http://archive.canonical.com/ubuntu saucy partner
  54.     # deb-src http://archive.canonical.com/ubuntu saucy partner
  55.    
  56.     deb http://ftp5.gwdg.de/pub/misc/cran/bin/linux/ubuntu/ trusty/
  57.    
  58.    
  59.     deb ftp://ftp.fu-berlin.de/linux/ubuntu/ trusty-proposed multiverse universe main restricted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement