Last active
February 26, 2016 19:04
-
-
Save decko/22e46d6ff4d54e8e26aa to your computer and use it in GitHub Desktop.
ubuntu Trusty basic sources.list
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
#------------------------------------------------------------------------------# | |
# OFFICIAL UBUNTU REPOS # | |
#------------------------------------------------------------------------------# | |
###### Ubuntu Main Repos | |
deb http://ubuntu.c3sl.ufpr.br/ubuntu/ trusty main restricted universe multiverse | |
###### Ubuntu Update Repos | |
deb http://ubuntu.c3sl.ufpr.br/ubuntu/ trusty-security main restricted universe multiverse | |
deb http://ubuntu.c3sl.ufpr.br/ubuntu/ trusty-updates main restricted universe multiverse | |
deb http://ubuntu.c3sl.ufpr.br/ubuntu/ trusty-proposed main restricted universe multiverse | |
###### Ubuntu Partner Repo | |
deb http://archive.canonical.com/ubuntu trusty partner | |
###### Ubuntu Extras Repo | |
deb http://extras.ubuntu.com/ubuntu trusty main | |
#------------------------------------------------------------------------------# | |
# UNOFFICIAL UBUNTU REPOS # | |
#------------------------------------------------------------------------------# | |
###### 3rd Party Binary Repos | |
#### Google Chrome Browser - http://www.google.com/linuxrepositories/ | |
## Run this command: wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add - | |
deb http://dl.google.com/linux/chrome/deb/ stable main | |
#### LibreOffice PPA - http://www.documentfoundation.org/download/ | |
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1378B444 | |
deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu trusty main | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment