aboutsummaryrefslogtreecommitdiffstats
path: root/english/distrib/archive.wml
blob: d71b780feda1d3889fc82a0e5b4ae20fd4ec6086 (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
73
74
75
76
77
#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="http://archive.debian.org/debian/">Debian
Archives</a>, <tt>http://archive.debian.org/debian/</tt>.</p>

<!-- FIXME: remove this once the service is setup
<p>You can search packages in the old distributions at <url https://historical.packages.debian.org/>.</p>
     FIXME: remove this once the service is setup -->

<p>Releases are stored by their codenames under the dists/ directory.</p>
<ul>
  <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>As time goes on we will expire the binary packages for old releases.
Currently we have binaries for
<i>squeeze</i>,
<i>lenny</i>,
<i>etch</i>, <i>sarge</i>, <i>woody</i>, <i>potato</i>, <i>slink</i>, <i>hamm</i>
and <i>bo</i> available, and only source code for the other 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>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="http://archive.debian.org/debian-non-US/">http://archive.debian.org/debian-non-US/</a><br>
rsync://archive.debian.org/debian-non-US/  (limited)
</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