This repository has been archived by the owner on Sep 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
mint-page-download-all.html
136 lines (130 loc) · 6.77 KB
/
mint-page-download-all.html
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
<include src="mint-section-header.html"/>
<include src="mint-section-title.html" title="All Versions"/>
<section class="py-4">
<div class="container">
<div class="row">
<div class="col-12 col-lg-8 mx-auto">
<div class="title text-center">
<span class="pre-title">Currently supported</span>
<h2>Linux Mint Releases</h2>
<p class="mb-0">The table below shows all the Linux Mint releases which are currently supported.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 mb-5">
<div class="table-responsive-sm">
<table class="table table-lg table-bordered text-left bg-light">
<thead class="all-text-white bg-grad">
<tr class="text-uppercase">
<th scope="col">Version</th>
<th scope="col">Codename</th>
<th scope="col">Edition</th>
<th scope="col">Package base</th>
<th scope="col">Status</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="4">20.2</td>
<td rowspan="4">Uma</td>
<td><a href="mint-edition.html">Cinnamon</a></td>
<td rowspan="11">Ubuntu 20.04 Focal</td>
<td rowspan="11">Long term support release (LTS), supported until April 2025.</td>
</tr>
<tr>
<td><a href="mint-edition.html">Cinnamon EDGE</a></td>
</tr>
<tr>
<td><a href="mint-edition.html">MATE</a></td>
</tr>
<tr>
<td><a href="mint-edition.html">Xfce</a></td>
</tr>
<tr>
<td rowspan="4">20.1</td>
<td rowspan="4">Ulyssa</td>
<td><a href="mint-edition.html">Cinnamon</a></td>
</tr>
<tr>
<td><a href="mint-edition.html">Cinnamon EDGE</a></td>
</tr>
<tr>
<td><a href="mint-edition.html">MATE</a></td>
</tr>
<tr>
<td><a href="mint-edition.html">Xfce</a></td>
</tr>
<tr>
<td rowspan="3">20</td>
<td rowspan="3">Ulyana</td>
<td><a href="mint-edition.html">Cinnamon</a></td>
</tr>
<tr>
<td><a href="mint-edition.html">MATE</a></td>
</tr>
<tr>
<td><a href="mint-edition.html">Xfce</a></td>
</tr>
<tr>
<td rowspan="3">19.3</td>
<td rowspan="3">Tricia</td>
<td><a href="mint-edition.html">Cinnamon</a></td>
<td rowspan="12">Ubuntu 18.04 Bionic</td>
<td rowspan="12">Long term support release (LTS), supported until April 2023.</td>
</tr>
<tr>
<td><a href="mint-edition.html">MATE</a></td>
</tr>
<tr>
<td><a href="mint-edition.html">Xfce</a></td>
</tr>
<tr>
<td rowspan="3">19.2</td>
<td rowspan="3">Tina</td>
<td><a href="mint-edition.html">Cinnamon</a></td>
</tr>
<tr>
<td><a href="mint-edition.html">MATE</a></td>
</tr>
<tr>
<td><a href="mint-edition.html">Xfce</a></td>
</tr>
<tr>
<td rowspan="3">19.1</td>
<td rowspan="3">Tessa</td>
<td><a href="mint-edition.html">Cinnamon</a></td>
</tr>
<tr>
<td><a href="mint-edition.html">MATE</a></td>
</tr>
<tr>
<td><a href="mint-edition.html">Xfce</a></td>
</tr>
<tr>
<td rowspan="3">19</td>
<td rowspan="3">Tara</td>
<td><a href="mint-edition.html">Cinnamon</a></td>
</tr>
<tr>
<td><a href="mint-edition.html">MATE</a></td>
</tr>
<tr>
<td><a href="mint-edition.html">Xfce</a></td>
</tr>
<tr>
<td>LMDE 4</td>
<td>Debbie</td>
<td><a href="mint-edition.html">Cinnamon</a></td>
<td>Debian 10 Buster</td>
<td>Long term support release (LTS).</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</section>
<include src="mint-section-sponsors.html"/>
<include src="mint-section-footer.html"/>