aboutsummaryrefslogtreecommitdiffstats
path: root/english/distrib/archive.wml
blob: 57f8884952cdf32366309b031d201ed85fedf90b (plain) (blame)
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
#use wml::debian::template title="Distribution Archives"
#use wml::debian::toc

<toc-display />

<toc-add-entry name="old-archive">debian-archive</toc-add-entry>

<p>If you need to access one of the old distributions of Debian, you can
find them at the <a href="https://archive.debian.org/debian/">Debian
Archives</a>, <tt>https://archive.debian.org/debian/</tt>.</p>

<p>Releases are stored by their codenames under the dists/ directory.</p>
<ul>
  <li><a href="../releases/stretch/">stretch</a> is Debian 9</li>
  <li><a href="../releases/jessie/">jessie</a> is Debian 8.0</li>
  <li><a href="../releases/wheezy/">wheezy</a> is Debian 7.0</li>
  <li><a href="../releases/squeeze/">squeeze</a> is Debian 6.0</li>
  <li><a href="../releases/lenny/">lenny</a> is Debian 5.0</li>
  <li><a href="../releases/etch/">etch</a> is Debian 4.0</li>
  <li><a href="../releases/sarge/">sarge</a> is Debian 3.1</li>
  <li><a href="../releases/woody/">woody</a> is Debian 3.0</li>
  <li><a href="../releases/potato/">potato</a> is Debian 2.2</li>
  <li><a href="../releases/slink/">slink</a> is Debian 2.1</li>
  <li><a href="../releases/hamm/">hamm</a> is Debian 2.0</li>
  <li>bo   is Debian 1.3</li>
  <li>rex  is Debian 1.2</li>
  <li>buzz is Debian 1.1</li>
</ul>

<p>We have only source code for releases older than bo, and binaries and source code for bo and newer releases.
As time goes on we will expire the binary packages for old releases.</p>

<p>If you are using APT the relevant sources.list entries are like:</p>
<pre>
  deb http://archive.debian.org/debian/ hamm contrib main non-free
</pre>
<p>or</p>
<pre>
  deb http://archive.debian.org/debian/ bo bo-unstable contrib main non-free
</pre>

<p>rsync access is available via <pre>rsync.archive.debian.org</pre></p>

<p>The following is a list of mirrors that include the archive:</p>

#include "$(ENGLISHDIR)/distrib/archive.mirrors"
<archivemirrors>

<toc-add-entry name="non-us-archive">debian-non-US archive</toc-add-entry>

<p>In the past, there was software packaged for Debian that could not be
distributed in the US (and other countries) due to restrictions on export
of cryptography or software patents. Debian maintained a special archive
called the <q>non-US</q> archive.</p>

<p>These packages were incorporated into the main archive in Debian 3.1
and the debian-non-US archive is discontinued; it is actually
<em>archived</em> now, incorporated into the archive.debian.org archives.</p>

<p>They are still available from the archive.debian.org machine.
Available access methods are:</p>
<blockquote><p>
<a href="https://archive.debian.org/debian-non-US/">https://archive.debian.org/debian-non-US/</a><br>
rsync://rsync.archive.debian.org/debian-non-US/
</p></blockquote>

<p>To use these packages with APT, the relevant sources.list entries are like:</p>

<pre>
  deb http://archive.debian.org/debian-non-US/ woody/non-US main contrib non-free
  deb-src http://archive.debian.org/debian-non-US/ woody/non-US main contrib non-free
</pre>

© 2014-2024 Faster IT GmbH | imprint | privacy policy