Skip to content

Instantly share code, notes, and snippets.

Created June 11, 2014 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/02920270ff68e23fc3ec to your computer and use it in GitHub Desktop.
Save anonymous/02920270ff68e23fc3ec to your computer and use it in GitHub Desktop.
# cat /etc/apt/sources.list | grep -v "^\#"
deb http://fr.archive.ubuntu.com/ubuntu/ trusty main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ trusty universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty universe
deb http://fr.archive.ubuntu.com/ubuntu/ trusty-updates universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-updates universe
deb http://fr.archive.ubuntu.com/ubuntu/ trusty multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu trusty-security main restricted
deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
deb http://security.ubuntu.com/ubuntu trusty-security universe
deb-src http://security.ubuntu.com/ubuntu trusty-security universe
deb http://security.ubuntu.com/ubuntu trusty-security multiverse
deb-src http://security.ubuntu.com/ubuntu trusty-security multiverse
# cat /etc/apt/sources.list.d/* | grep -v "^\#"
deb http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu trusty main
deb http://ppa.launchpad.net/chris-lea/node.js/ubuntu trusty main
deb https://get.docker.io/ubuntu docker main
deb http://ppa.launchpad.net/git-core/ppa/ubuntu trusty main
deb http://ppa.launchpad.net/keithw/mosh/ubuntu trusty main
deb http://nginx.org/packages/mainline/ubuntu/ trusty nginx
deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main
deb http://ppa.launchpad.net/rquillo/ansible/ubuntu trusty main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment