Created
January 25, 2019 13:27
-
-
Save schuerg/9f7aebe74b94e1d587c4e80f9e7741b7 to your computer and use it in GitHub Desktop.
[Debian apt sources] sources.list with main contrib and non-free enabled #debian #linux
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 Debian repositories | |
# https://wiki.debian.org/SourcesList | |
deb http://deb.debian.org/debian stretch main contrib non-free | |
deb-src http://deb.debian.org/debian stretch main contrib non-free | |
deb http://deb.debian.org/debian-security/ stretch/updates main contrib non-free | |
deb-src http://deb.debian.org/debian-security/ stretch/updates main contrib non-free | |
deb http://deb.debian.org/debian stretch-updates main contrib non-free | |
deb-src http://deb.debian.org/debian stretch-updates main contrib non-free | |
# Debian Backports | |
# For using single packages from Debian testing in stable | |
# https://backports.debian.org/ | |
# deb http://ftp.debian.org/debian stretch-backports main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment