Last active
February 22, 2016 19:51
-
-
Save udienz/68a1b2752f2ce4e897db to your computer and use it in GitHub Desktop.
sources.list trusty
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
| ## APT source for Ubuntu Trusty 14.04 LTS | |
| deb http://buaya.klas.or.id/ubuntu/ trusty main restricted universe multiverse | |
| deb-src http://buaya.klas.or.id/ubuntu/ trusty main restricted universe multiverse | |
| deb http://buaya.klas.or.id/ubuntu/ trusty-updates main restricted universe multiverse | |
| deb-src http://buaya.klas.or.id/ubuntu/ trusty-updates main restricted universe multiverse | |
| deb http://buaya.klas.or.id/ubuntu/ trusty-security main restricted universe multiverse | |
| deb-src http://buaya.klas.or.id/ubuntu/ trusty-security main restricted universe multiverse | |
| # Disabled, it is proposed packages | |
| #deb http://buaya.klas.or.id/ubuntu/ trusty-proposed main restricted universe multiverse | |
| #deb-src http://buaya.klas.or.id/ubuntu/ trusty-proposed main restricted universe multiverse | |
| # Backports only for special case | |
| #deb http://buaya.klas.or.id/ubuntu/ trusty-backports main restricted universe multiverse | |
| #deb-src http://buaya.klas.or.id/ubuntu/ trusty-backports main restricted universe multiverse | |
| deb http://us.archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse | |
| deb-src http://us.archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse | |
| deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse | |
| deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse | |
| deb http://us.archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse | |
| deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse | |
| # Disabled, it is proposed packages | |
| #deb http://us.archive.ubuntu.com/ubuntu/ trusty-proposed main restricted universe multiverse | |
| #deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-proposed main restricted universe multiverse | |
| # Backports only for special case | |
| #deb http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse | |
| #deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment