Skip to content

Instantly share code, notes, and snippets.

@shirishag75
Last active July 18, 2018 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save shirishag75/b27ea2231b529a98e524a1c68af0063c to your computer and use it in GitHub Desktop.
Save shirishag75/b27ea2231b529a98e524a1c68af0063c to your computer and use it in GitHub Desktop.
My /etc/apt/sources.list
[$] 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