-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.list
More file actions
103 lines (77 loc) · 4.04 KB
/
sources.list
File metadata and controls
103 lines (77 loc) · 4.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
#
# Debian GNU/Linux 6.0
# deb http://www.backports.org/debian squeeze-backports main contrib non-free
# deb http://apt.wicd.net/ debian extras
# deb http://www.debian-multimedia.org/ squeeze main non-free
# deb http://ftp.debian.org/debian/ squeeze main non-free contrib
# deb http://security.debian.org/ squeeze/updates main contrib non-free
# deb http://http.us.debian.org/debian/ squeeze main contrib non-free
# deb-src http://http.us.debian.org/debian/ squeeze main contrib non-free
# deb-src http://ftp.us.debian.org/debian/ squeeze main non-free
## Debian.hands.com squeeze:
# deb http://debian.hands.com/debian/ squeeze main non-free contrib
# deb-src http://debian.hands.com/debian/ squeeze main non-free contrib
# Debian Volatile http://www.debian.org/volatile/
# deb http://ftp.debian.org/debian squeeze-updates main
# Debian GNU/Linux 7.0
####################################
## Debian Testing ##
####################################
# Testing
deb http://ftp.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.debian.org/debian/ wheezy main contrib non-free
# Testing Security http://secure-testing-master.debian.net/
deb http://security.debian.org wheezy/updates main contrib non-free
deb-src http://security.debian.org wheezy/updates main contrib non-free
deb http://http.us.debian.org/debian/ wheezy contrib non-free main
#Testing Proposed Updates
deb http://ftp.debian.org/debian/ testing-proposed-updates main contrib non-free
deb-src http://ftp.debian.org/debian/ testing-proposed-updates main contrib non-free
## Multimedia ##
# Marillat For info visit http://www.debian-multimedia.org
# deb http://www.debian-multimedia.org testing main non-free
deb http://www.debian-multimedia.org wheezy main non-free
deb http://mirror.yandex.ru/debian/ testing main
deb-src http://mirror.yandex.ru/debian/ testing main
####################################
## Wine repositories:
# deb http://www.lamaresh.net/apt squeeze main
# deb http://www.lamaresh.net/apt sid main
# Save and close sources.list
# wget http://www.lamaresh.net/apt/key.gpg && sudo apt-key add key.gpg #to add gpg key
## Add this line for Opera browser
## wget -O - http://deb.opera.com/archive.key | apt-key add -
## if needed, replace squeeze with etch, lenny, sid...
## deb http://deb.opera.com/opera squeeze non-free
# NVidia
#deb http://frickelplatz.de/debian sid main contrib non-free
#iceweasel
#deb http://mozilla.debian.net/ squeeze-backports iceweasel-aurora
#deb http://mozilla.debian.net/ squeeze-backports iceweasel-release
### Frostwire ###
# Frostwire http://apt.debianchile.org/frostwire/
# deb http://apt.debianchile.org/frostwire testing main
############################
### MDC (Multiple Direct Communicator) ###
deb http://repo.mdc.ru/ubuntu lucid main
##########################################
#===============================================================================
# Экспериментальный выпуск:
#===============================================================================
#----------------Оффициальный репозиторий Debian Experimental-------------------
#deb ftp://ftp.debian.org/debian/ experimental main contrib non-free
#deb-src ftp://ftp.debian.org/debian/ experimental main contrib non-free
# Зеркала:
#deb ftp://ftp.ru.debian.org/debian/ experimental main contrib non-free
#deb-src ftp://ftp.ru.debian.org/debian/ experimental main contrib non-free
#deb ftp://mirror.yandex.ru/debian/ experimental main contrib non-free
#deb-src ftp://mirror.yandex.ru/debian/ experimental main contrib non-free
#-------------------------------------------------------------------------------
#deb http://http.us.debian.org/debian/ sid contrib non-free main
#KEY - заменить на ключ
#gpg --keyserver subkeys.pgp.net --recv KEY
#gpg --export --armor KEY | sudo apt-key add -
# пример
#gpg --keyserver subkeys.pgp.net --recv 85A3D26506C4AE2A
#gpg --export --armor 85A3D26506C4AE2A | sudo apt-key add -
#gpg --keyserver subkeys.pgp.net --recv 2C392DFEEFD17969 ; gpg --export --armor 2C392DFEEFD17969 | sudo apt-key add -