aboutsummaryrefslogtreecommitdiffstats
path: root/english/download/index.wml
blob: 6c34fb902606e4bfbc2a467134c7dfa9b6be47b9 (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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
#use wml::debian::cdimage title="Download Debian" BARETITLE=true
#use wml::debian::release_info

<link href="download.css" rel="stylesheet" type="text/css">
<link href="hint.css" rel="stylesheet" type="text/css">

<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.1 - Download, the two installer images variants -->
  <div align="center">
    <h3>Step 1 - Download</h3>
    <h4>Installation Images</h4>
    <div class="item col50">
      <div align="center">
        <a class="btn" href="<stable-images-url>/amd64/iso-cd/debian-9.8.0-amd64-netinst.iso">
          Debian <current_release_short>
          <div class="btn-info">amd64 Network Installer</div>
        </a>
      </div>
    </div>
  </div>
  <div class="item col50 lastcol">
    <div align="center">
      <a class="btn btn-non-free" href="<stable-images-url/>/amd64/iso-cd/debian-<current-tiny-cd-release-filename/>-amd64-netinst.iso">
        Debian <current_release_short>
        <div class="btn-info btn-info-non-free">
          amd64 Network Installer (<span style="color: red;">non-free</span>)
        </div>
      </a>
    </div>
  </div>
</div>
<div align="center">
  <div class="btn-more-images">
  <p><span class="hint--top hint--large hint-text"
           data-hint="These are the most commonly used variants of installation
           images. You will find more image variants and architectures (e.g.
           other netinstall or complete images for i386, armhf, ...) on the
           button below.">
           Hints about the linked install images.</span></p>
  <a class="btn-more-img" href="<stable-images-url/>">
    More Installation Images
  </a>
  </div>
</div>
<!-- 1.1 END of download section for the installer images -->

<hr>

<!-- 1.2 - Download, the two LiveCD variants -->
<div class="line">
  <div align="center">
    <h4 style="margin-top: 0.5em">LiveCD Images</h4>
    <div class="item col50">
      <div align="center">
        <a class="btn" href="<stable-images-url/>/amd64/iso-cd/debian-<current-tiny-cd-release-filename/>-amd64-netinst.iso">
          Debian <current_release_short>
          <div class="btn-info">amd64 XFCE LiveCD</div>
        </a>
      </div>
    </div>
    <div class="item col50 lastcol">
      <div align="center">
        <a class="btn btn-non-free" href="<stable-images-url/>/amd64/iso-cd/debian-<current-tiny-cd-release-filename/>-amd64-netinst.iso">
          Debian <current_release_short>
          <div class="btn-info btn-info-non-free">amd64 XFCE LiveCD (<span style="color: red;">non-free</span>)</div>
        </a>
      </div>
    </div>
  </div>
  <!-- 1.2 END of download section for the LiveCD images. -->
</div>
<div align="center">
  <div class="btn-more-livecds">
    <a class="btn-more-img" href="<stable-images-url/>">
      More LiveCD Images
    </a>
  </div>
</div>
<!-- END of download section. -->

<!-- 2 - Verification -->
<div align="center">
  <h3>Step 2 - Verify</h3>
  <h4>Verify the download</h4>
  <!--<div class="tooltip">  needs to be reworked!
    <span class="tooltiptext">In deep explanations about how to verify your download.</span>-->
    <a href="verify.en.html"><img src="img/verify.png" alt="[Pic: Verify]" width="80" height="80"></a>
  <!--</div>-->
  <div class="centered-middle-50 centered-middle-50-none-list">
    <ul class="centered-middle-50-none-list">
      <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 besides the images itself also hash sums
        of the images which are created. Your downloaded file needs to fit
        these sum so you can be finally sure the file is completely equal and
        valid to the original file.</li>
      <li>
        <a class="hint--top hint--info"
           data-hint="Please follow that link for more in deep explanations
           and howtos about how you can verify your download."
           href="verify.en.html">
           Further information ...
        </a>
      </li>
    </ul>
  </div>
</div>

<!-- 3 - Installation -->
<div align="center">
  <h3>Step 3 - Installation</h3>
  <h4>Install Debian</h4>
  <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>
  <h4>Use your Debian installation</h4>
  <img src="img/cli.png" alt="[Pic: Use it]">
  <div class="centered-middle-50 centered-middle-50-none-list">
    <p><em><strong>Support and Help</strong></em></p>
    <ul class="centered-middle-50-none-list">
      <li>&#9654; <a href="../support">Support</a>
        <p>Debian tries to give users additional information about user support
          channels like mailing lists, other websites and web resources. Have
          a look at this link for these kind of information.</p>
      </li>
      <li>&#9654; <a href="https://wiki.debian.org">Debian Wiki</a>
        <p> There is also the Debian Wiki available were Debian Contributors
          and also Debian Developers helping to provide information about
          Debian itself and packaged software.</p>
      </li>
    </ul>
    <p><em><strong>Security</strong></em></p>
    <ul class="centered-middle-50-none-list">
      <li>&#9654; <a href="./security">Security Information</a>
        <p>The Debian Security Team is working continuously in providing
          updated packages in case security updates needs to be done. Have a
          look at this link to get an overview how this process is working and
          what a user should know about this.</p>
      </li>
    </ul>
  </div>
</div>

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