Skip to content

Instantly share code, notes, and snippets.

@bnjdg
Created March 12, 2018 16:27
Show Gist options
  • Save bnjdg/fba8ba9e181d478fa7ed66f56b709f3e to your computer and use it in GitHub Desktop.
Save bnjdg/fba8ba9e181d478fa7ed66f56b709f3e to your computer and use it in GitHub Desktop.
#------------------------------------------------------------------------------#
# OFFICIAL UBUNTU REPOS #
#------------------------------------------------------------------------------#
###### Ubuntu Main Repos
deb http://ph.archive.ubuntu.com/ubuntu/ artful main restricted universe multiverse
deb-src http://ph.archive.ubuntu.com/ubuntu/ artful main restricted universe multiverse
###### Ubuntu Update Repos
deb http://ph.archive.ubuntu.com/ubuntu/ artful-security main restricted universe multiverse
deb http://ph.archive.ubuntu.com/ubuntu/ artful-updates main restricted universe multiverse
deb http://ph.archive.ubuntu.com/ubuntu/ artful-proposed main restricted universe multiverse
deb http://ph.archive.ubuntu.com/ubuntu/ artful-backports main restricted universe multiverse
deb-src http://ph.archive.ubuntu.com/ubuntu/ artful-security main restricted universe multiverse
deb-src http://ph.archive.ubuntu.com/ubuntu/ artful-updates main restricted universe multiverse
deb-src http://ph.archive.ubuntu.com/ubuntu/ artful-proposed main restricted universe multiverse
deb-src http://ph.archive.ubuntu.com/ubuntu/ artful-backports main restricted universe multiverse
#------------------------------------------------------------------------------#
# UNOFFICIAL UBUNTU REPOS #
#------------------------------------------------------------------------------#
###### 3rd Party Binary Repos
#### Highly Explosive PPA - https://launchpad.net/~dhor/+archive/myway
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93330B78
deb http://ppa.launchpad.net/dhor/myway/ubuntu artful main
#### JDownloader PPA - https://launchpad.net/~jd-team
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6A68F637
deb http://ppa.launchpad.net/jd-team/jdownloader/ubuntu artful main
#### MariaDB - https://mariadb.org
## Run this command: apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db
deb http://mirrors.coreix.net/mariadb/repo/10.1/ubuntu artful main
#### MEGA Sync Client - https://mega.co.nz/
deb http://mega.nz/linux/MEGAsync/xUbuntu_17.10/ ./
#### Mozilla Daily Build Team PPA - http://edge.launchpad.net/~ubuntu-mozilla-daily/+archive/ppa
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 247510BE
deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu artful main
#### Opera - http://www.opera.com/
## Run this command: sudo wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
deb http://deb.opera.com/opera/ stable non-free
#### 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 artful main
#### Sonarr - https://sonarr.tv/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FDA5DFFC
deb https://apt.sonarr.tv/ master main
#### Spotify - https://www.spotify.com/us/download/linux/
## Run this command: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D2C19886
deb http://repository.spotify.com stable non-free
#### Steam for Linux - http://store.steampowered.com/about/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F24AEA9FB05498B7
deb [arch=i386] http://repo.steampowered.com/steam/ precise steam
#### SublimeText 3 - https://launchpad.net/~webupd8team/+archive/sublime-text-3
## Run this command: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886
deb http://ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu artful main
#### Syncthing - https://syncthing.net/
## Run this command: curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
deb http://apt.syncthing.net/ syncthing release
#### Tor: anonymity online - https://www.torproject.org
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 886DDD89
deb http://deb.torproject.org/torproject.org artful main
#### VirtualBox - http://www.virtualbox.org
## Run this command: wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox_2016.asc -O- | sudo apt-key add -
deb http://download.virtualbox.org/virtualbox/debian artful contrib
#### WebUpd8 PPA - http://www.webupd8.org/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4C9D234C
deb http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu artful main
#### Xorg Edgers PPA - https://launchpad.net/~xorg-edgers
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8844C542
deb http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu artful main
####### 3rd Party Source Repos
#### Highly Explosive PPA (Source) - https://launchpad.net/~dhor/+archive/myway
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93330B78
deb-src http://ppa.launchpad.net/dhor/myway/ubuntu artful main
#### JDownloader PPA (Source) - https://launchpad.net/~jd-team
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6A68F637
deb-src http://ppa.launchpad.net/jd-team/jdownloader/ubuntu artful main
#### MariaDB (Source) - https://mariadb.org
## Run this command: apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db
deb-src http://mirrors.coreix.net/mariadb/repo/10.1/ubuntu artful main
#### Mozilla Daily Build Team PPA (Source) - http://edge.launchpad.net/~ubuntu-mozilla-daily/+archive/ppa
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 247510BE
deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu artful main
#### Oracle Java (JDK) Installer PPA (Source) - 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-src http://ppa.launchpad.net/webupd8team/java/ubuntu artful main
#### Tor: anonymity online (Source) - https://www.torproject.org
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 886DDD89
deb-src http://deb.torproject.org/torproject.org artful main
#### WebUpd8 PPA (Source) - http://www.webupd8.org/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4C9D234C
deb-src http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu artful main
#### Xorg Edgers PPA (Source) - https://launchpad.net/~xorg-edgers
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8844C542
deb-src http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu artful main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment