Skip to content

Instantly share code, notes, and snippets.

@aristidesneto
Created November 18, 2017 22:30
Show Gist options
  • Save aristidesneto/4b1ab7732105e74c81461b1fe9ea2f58 to your computer and use it in GitHub Desktop.
Save aristidesneto/4b1ab7732105e74c81461b1fe9ea2f58 to your computer and use it in GitHub Desktop.
Source.list Debian 8
### ------------------
### Debian 8 "Jessie"
### ------------------
deb http://http.debian.net/debian/ jessie main contrib non-free
deb-src http://http.debian.net/debian/ jessie main contrib non-free
### -----------------------------------
### Debian 8 Jessie Security "Updates"
### -----------------------------------
deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free
### -------------------------
### Debian 8 Jessie Updates
### -------------------------
deb http://ftp.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://ftp.debian.org/debian/ jessie-updates main contrib non-free
### -----------------------------
### Java Oracle - Duinsoft.nl.
### -----------------------------
### Chave GPG: sudo apt-key adv --keyserver keys.gnupg.net --recv-keys 5CB26B26
deb http://www.duinsoft.nl/pkg debs all
### ---------------------------------
### Firefox, Thunderbird e Seamonkey
### ---------------------------------
### sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29
deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main
### --------------
### Google Chrome
### --------------
### wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
deb http://dl.google.com/linux/chrome/deb/ stable main
### ------------
### Terminator.
### ------------
### Chave GPG: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1BD3A65C
### INFO: https://launchpad.net/~gnome-terminator/+archive/ppa
deb http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu maverick main
### --------------------
### Tiheum Equinox PPA.
### --------------------
### Chave GPG: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4631BBEA
deb http://ppa.launchpad.net/tiheum/equinox/ubuntu maverick main
deb http://ppa.launchpad.net///download.docker.com/linux/debian jessie stable/ubuntu lucid main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment