aboutsummaryrefslogtreecommitdiffstats
path: root/english/download/index.wml
blob: ca7c75fa128b38513c073d91104ca24f72c030fa (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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
#use wml::debian::cdimage title="Download Debian" BARETITLE=true
#use wml::debian::release_info

<style>
h3 {
  text-decoration: underline;
  background-color: #f0f0f0;
  padding: 6px;
  border: 2px solid #787878;
  border-radius: 4px;
  }

.centered-middle-50 {
  width: 50%;
  left: 50%;
  top: 50%;
  text-align: left;
}
</style>

<p>There are multiple ways to get and use Debian.</p>

<ul>
  <li>We have installation images, supporting installation and use on
    many types of system: laptops, desktops and servers.</li>
  <li>We also make live images so that you can run Debian on your
    computer directly without having to install it first.</li>
  <li>Finally, we
    publish <a href="https://cloud.debian.org/images/">cloud
    images</a>, specially targeted for running Debian in your own
    cloud computing setup or on most common commercial clouds
    such as AWS, GCP or Azure.
</ul>

<p>All of these are available for free download from Debian servers
  and mirrors all over the world. You do not need to pay for a licence
  to download or use Debian, and we encourage you to share it with
  your friends. See <a href="FIXME">FIXME!</a> for more details about
  this. Debian makes no money directly, so we depend on donations and
  sponsorship to pay our bills. If you would like to contribute,
  click <a href="FIXME">here</a> for more details.</p>

<div class="line">

  <!-- 1 - Download -->
  <div align="center">
    <h3>Step 1 - Download</h3>
  </div>

  <div class="item col50">
    <div align="center">
      <p><strong>Download an installation image</strong></p>
      <p><img src="img/download.png" alt="[Pic: Debian Installer]"></p>
      <p><a href="<stable-images-url/>/amd64/iso-cd/debian-<current-tiny-cd-release-filename/>-amd64-netinst.iso">Debian <current_release_short></a>
        (64-bit PC Network installer)</p>
    </div>
    <div>
      <p>This is the most commonly used image. We also
        have <a href="more_installer">more images</a> (e.g DVD images and
        images for other architectures.</p>
    </div>
  </div>

  <div class="item col50 lastcol">
    <div align="center">
      <p><strong>Download a live image</strong></p>
      <p><img src="img/try1.png" alt="[Pic: Debian Live]"></p>
      <p><a href="<stable-images-url/>/amd64/iso-cd/debian-<current-tiny-cd-release-filename/>-amd64-netinst.iso">Debian <current_release_short></a>
    </div>
  </div>
</div>

<!-- 2 - Verification -->
<div align="center">
  <h3>Step 2 - Verify</h3>
  <p><strong>Verify the download</strong></p>
  <a href="verify.en.html"><img src="img/verify.png" alt="[Pic: Verify]"></a>
  <div class="centered-middle-50">
    <ul>
      <li>It's a good idea to proof your downloaded files on correctness and
        integrity so the installing later can work properly without possible
        flaws otherwise.</li>
      <li>To do so Debian is providing hash sums of the images which are created
        while the images are created. Your downloaded file needs to fit these sum
        so you can be sure the file is completely equal and valid to the original
        file.</li>
      <li>Do this ...</li>
    </ul>
  </div>
</div>

<!-- 3 - Installation -->
<div align="center">
  <h3>Step 3 - Installation</h3>
  <p><strong>Install Debian</strong></p>
  <img src="img/Installation.png" alt="[Pic: Installation]">
</div>

<div class="line">
  <div class="item col50">
    <div align="center">
      <p>Write optical (CD/DVD/BD)</p>
      <a href="burn-cd-dvd.en.html"><img src="img/write-cd-dvd.png" alt="[Pic: Write optical]"></a>
    </div>
  </div>
  <div class="item col50 lastcol">
    <div align="center">
      <p>Write USB</p>
      <a href="write-usb.en.html"><img src="img/write-usb.png" alt="[Pic: Write USB]"></a>
    </div>
  </div>
</div>


<!-- 4 - Usage -->
<div align="center">
  <h3>Step 4 - Simply use it</h3>
  <p><strong>Use your Debian installation</strong></p>
  <img src="img/cli.png" alt="[Pic: Use it]">
</div>

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