Created
March 19, 2015 10:32
-
-
Save tbicr/f3f0ebfc7884699aac25 to your computer and use it in GitHub Desktop.
ubuntu source.list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to | |
# newer versions of the distribution. | |
deb mirror://mirrors.ubuntu.com/mirrors.txt utopic main restricted universe multiverse | |
deb-src mirror://mirrors.ubuntu.com/mirrors.txt utopic main universe restricted multiverse | |
## Major bug fix updates produced after the final release of the | |
## distribution. | |
deb mirror://mirrors.ubuntu.com/mirrors.txt utopic-updates main restricted universe multiverse | |
deb-src mirror://mirrors.ubuntu.com/mirrors.txt utopic-updates main restricted universe multiverse | |
## 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 mirror://mirrors.ubuntu.com/mirrors.txt utopic-backports main restricted universe multiverse | |
deb-src mirror://mirrors.ubuntu.com/mirrors.txt utopic-backports main restricted universe multiverse | |
deb mirror://mirrors.ubuntu.com/mirrors.txt utopic-security main restricted universe multiverse | |
deb-src mirror://mirrors.ubuntu.com/mirrors.txt utopic-security main universe restricted 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 utopic partner | |
deb-src http://archive.canonical.com/ubuntu utopic 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 utopic main | |
deb-src http://extras.ubuntu.com/ubuntu utopic main | |
# dropbox | |
deb http://linux.dropbox.com/ubuntu/ trusty main | |
# tor | |
deb http://deb.torproject.org/torproject.org trusty main | |
deb-src http://deb.torproject.org/torproject.org trusty main | |
deb http://ppa.launchpad.net/webupd8team/tor-browser/ubuntu utopic main | |
deb-src http://ppa.launchpad.net/webupd8team/tor-browser/ubuntu utopic main | |
# google chrome | |
deb http://dl.google.com/linux/chrome/deb/ stable main | |
# google talk | |
deb http://dl.google.com/linux/talkplugin/deb/ stable main | |
# tox | |
deb https://repo.tox.im/ nightly main | |
# docker | |
deb https://get.docker.com/ubuntu docker main | |
# node | |
deb http://ppa.launchpad.net/chris-lea/node.js/ubuntu utopic main | |
deb-src http://ppa.launchpad.net/chris-lea/node.js/ubuntu utopic main | |
# rust | |
deb http://ppa.launchpad.net/hansjorg/rust/ubuntu utopic main | |
deb-src http://ppa.launchpad.net/hansjorg/rust/ubuntu utopic main | |
# go | |
deb http://ppa.launchpad.net/gophers/go/ubuntu raring main | |
deb-src http://ppa.launchpad.net/gophers/go/ubuntu raring main | |
# wine | |
deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu utopic main | |
deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu utopic main | |
# josm | |
deb http://josm.openstreetmap.de/apt utopic universe | |
# heroku | |
deb http://toolbelt.heroku.com/ubuntu ./ | |
# qgis | |
deb http://qgis.org/debian utopic main | |
deb-src http://qgis.org/debian utopic main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment