Skip to content

Instantly share code, notes, and snippets.

@shirishag75
Last active July 18, 2018 07:49
Embed
What would you like to do?
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