Last active
February 20, 2016 17:17
-
-
Save opnchaudhary/ff7cedf2a61a7630fe7b to your computer and use it in GitHub Desktop.
sources.list for Ubuntu 14.04
This file contains hidden or 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
deb http://archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse | |
# deb-src http://archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse | |
deb http://archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse | |
# deb-src http://archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse | |
deb http://archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse | |
# deb-src http://archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse | |
# deb http://archive.ubuntu.com/ubuntu/ trusty-proposed main restricted universe multiverse | |
# deb-src http://archive.ubuntu.com/ubuntu/ precise-proposed main restricted universe multiverse | |
deb http://security.ubuntu.com/ubuntu trusty-security main restricted universe multiverse | |
# deb-src http://security.ubuntu.com/ubuntu precise-security main restricted universe multiverse | |
deb http://archive.canonical.com/ubuntu trusty partner | |
# deb-src http://archive.canonical.com/ubuntu precise partner | |
deb http://extras.ubuntu.com/ubuntu trusty main | |
# deb-src http://extras.ubuntu.com/ubuntu precise main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment