Created
September 3, 2014 19:42
-
-
Save Anachron/2f7f3d81e3b98695433a to your computer and use it in GitHub Desktop.
Elementary OS Freya Sources
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
############################################################# | |
################### OFFICIAL UBUNTU REPOS ################### | |
############################################################# | |
###### Ubuntu Main Repos | |
deb http://de.archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse | |
###### Ubuntu Update Repos | |
deb http://de.archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse | |
deb http://de.archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse | |
############################################################## | |
##################### UNOFFICIAL REPOS ###################### | |
############################################################## | |
#### 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 | |
#### Oracle Java (JDK) Installer PPA - http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html | |
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886 | |
deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main | |
#### VirtualBox - http://www.virtualbox.org | |
## Run this command: wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add - | |
deb http://download.virtualbox.org/virtualbox/debian trusty contrib | |
#### Wine PPA - https://launchpad.net/~ubuntu-wine/+archive/ppa/ | |
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F9CB8DB0 | |
deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu trusty main | |
#### Elementary PPA - http://www.elementaryos.com | |
deb http://ppa.launchpad.net/elementary-os/os-patches/ubuntu trusty main | |
deb http://ppa.launchpad.net/elementary-os/daily/ubuntu trusty main | |
deb http://ppa.launchpad.net/elementary-os/testing/ubuntu trusty main | |
#### Vala PPA - http://www.elementaryos.com | |
deb http://ppa.launchpad.net/vala-team/ppa/ubuntu trusty main | |
#### Atom PPA | |
deb http://ppa.launchpad.net/webupd8team/atom/ubuntu trusty main | |
#### Tweaks PPA | |
deb http://ppa.launchpad.net/mpstark/elementary-tweaks-daily/ubuntu trusty main | |
#### Simple Screen Recorder | |
deb http://ppa.launchpad.net/maarten-baert/simplescreenrecorder/ubuntu trusty main | |
#### Themes | |
deb http://ppa.launchpad.net/teejee2008/ppa/ubuntu trusty main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment