Skip to content

Instantly share code, notes, and snippets.

@aristidesneto
Created November 18, 2017 22:31
Show Gist options
  • Save aristidesneto/7d21960464c571eab156e8724eee4f82 to your computer and use it in GitHub Desktop.
Save aristidesneto/7d21960464c571eab156e8724eee4f82 to your computer and use it in GitHub Desktop.
Source.list Debian 9 - Stretch
#------------------------------------------------------------------------------#
# OFFICIAL DEBIAN REPOS
#------------------------------------------------------------------------------#
###### Debian Main Repos
deb http://deb.debian.org/debian/ stable main contrib non-free
deb-src http://deb.debian.org/debian/ stable main contrib non-free
deb http://deb.debian.org/debian/ stable-updates main contrib non-free
deb-src http://deb.debian.org/debian/ stable-updates main contrib non-free
deb http://deb.debian.org/debian-security stable/updates main
deb-src http://deb.debian.org/debian-security stable/updates main
#------------------------------------------------------------------------------#
# UNOFFICIAL REPOS
#------------------------------------------------------------------------------#
### ------------------------
### Google Chrome Browser
### ------------------------
### apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 1397BC53640DB551
deb http://dl.google.com/linux/chrome/deb/ stable main
### -----------------------------
### 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment