My /etc/apt/sources.list
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
[$] cat /etc/apt/sources.list</code> | |
1 #### Debian stretch #########</code> | |
2 deb http://deb.debian.org/debian/ stretch main contrib | |
3 deb-src http://deb.debian.org/debian stretch main contrib | |
4 | |
5 #### Debian unstable ######### | |
6 deb http://deb.debian.org/debian unstable main contrib | |
7 deb-src http://deb.debian.org/debian unstable main contrib | |
8 | |
9 #### Debian experimental ######### | |
10 deb http://deb.debian.org/debian experimental main contrib | |
11 deb-src http://deb.debian.org/debian experimental main contrib | |
12 | |
13 ##### Debian Debug packages ####### | |
14 deb http://debug.mirrors.debian.org/debian-debug/ stretch-debug main | |
15 deb http://debug.mirrors.debian.org/debian-debug/ unstable-debug main | |
16 deb http://debug.mirrors.debian.org/debian-debug/ experimental-debug main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment