comparison xml/en/linux_packages.xml @ 1962:abc05dc025d9

Linux packages: updated the list of supported distributions. - CentOS 5 removed due to EOL. - Added Debian 9 "Stretch". - Added aarch64/arm64 architecture to Ubuntu 16.04.
author Konstantin Pavlov <thresh@nginx.com>
date Wed, 12 Apr 2017 18:55:23 +0300
parents 94493c0ff5f6
children a4c470ea462d
comparison
equal deleted inserted replaced
1961:dd4b6c564e10 1962:abc05dc025d9
5 <!DOCTYPE article SYSTEM "../../dtd/article.dtd"> 5 <!DOCTYPE article SYSTEM "../../dtd/article.dtd">
6 6
7 <article name="nginx: Linux packages" 7 <article name="nginx: Linux packages"
8 link="/en/linux_packages.html" 8 link="/en/linux_packages.html"
9 lang="en" 9 lang="en"
10 rev="24" 10 rev="25"
11 toc="no"> 11 toc="no">
12 12
13 <section id="distributions"> 13 <section id="distributions">
14 14
15 <para> 15 <para>
23 <table note="yes"> 23 <table note="yes">
24 24
25 <tr> 25 <tr>
26 <td width="20%">Version</td> 26 <td width="20%">Version</td>
27 <td>Supported Platforms</td> 27 <td>Supported Platforms</td>
28 </tr>
29
30 <tr>
31 <td width="20%">5.x</td>
32 <td>x86_64, i386</td>
33 </tr> 28 </tr>
34 29
35 <tr> 30 <tr>
36 <td width="20%">6.x</td> 31 <td width="20%">6.x</td>
37 <td>x86_64, i386</td> 32 <td>x86_64, i386</td>
66 <td width="20%">8.x</td> 61 <td width="20%">8.x</td>
67 <td width="20%">jessie</td> 62 <td width="20%">jessie</td>
68 <td>x86_64, i386</td> 63 <td>x86_64, i386</td>
69 </tr> 64 </tr>
70 65
66 <tr>
67 <td width="20%">9.x</td>
68 <td width="20%">stretch</td>
69 <td>x86_64, i386</td>
70 </tr>
71
71 </table> 72 </table>
72 </para> 73 </para>
73 74
74 <para> 75 <para>
75 Ubuntu: 76 Ubuntu:
95 </tr> 96 </tr>
96 97
97 <tr> 98 <tr>
98 <td width="20%">16.04</td> 99 <td width="20%">16.04</td>
99 <td width="20%">xenial</td> 100 <td width="20%">xenial</td>
100 <td>x86_64, i386, ppc64el</td> 101 <td>x86_64, i386, ppc64el, aarch64/arm64</td>
101 </tr> 102 </tr>
102 103
103 <tr> 104 <tr>
104 <td width="20%">16.10</td> 105 <td width="20%">16.10</td>
105 <td width="20%">yakkety</td> 106 <td width="20%">yakkety</td>
153 </programlisting> 154 </programlisting>
154 155
155 Replace “<literal>OS</literal>” with “<literal>rhel</literal>” or 156 Replace “<literal>OS</literal>” with “<literal>rhel</literal>” or
156 “<literal>centos</literal>”, 157 “<literal>centos</literal>”,
157 depending on the distribution used, and “<literal>OSRELEASE</literal>” 158 depending on the distribution used, and “<literal>OSRELEASE</literal>”
158 with “<literal>5</literal>”, “<literal>6</literal>”, or “<literal>7</literal>”, 159 with “<literal>6</literal>” or “<literal>7</literal>”, for 6.x or 7.x versions,
159 for 5.x, 6.x, or 7.x versions, respectively. 160 respectively.
160 </para> 161 </para>
161 162
162 <para> 163 <para>
163 For Debian/Ubuntu, in order to authenticate the nginx repository signature 164 For Debian/Ubuntu, in order to authenticate the nginx repository signature
164 and to eliminate warnings about missing PGP key during installation of the 165 and to eliminate warnings about missing PGP key during installation of the
228 </programlisting> 229 </programlisting>
229 230
230 Replace “<literal>OS</literal>” with “<literal>rhel</literal>” or 231 Replace “<literal>OS</literal>” with “<literal>rhel</literal>” or
231 “<literal>centos</literal>”, 232 “<literal>centos</literal>”,
232 depending on the distribution used, and “<literal>OSRELEASE</literal>” 233 depending on the distribution used, and “<literal>OSRELEASE</literal>”
233 with “<literal>5</literal>”, “<literal>6</literal>”, or “<literal>7</literal>”, 234 with “<literal>6</literal>” or “<literal>7</literal>”, for 6.x or 7.x versions,
234 for 5.x, 6.x, or 7.x versions, respectively. 235 respectively.
235 </para> 236 </para>
236 237
237 <para> 238 <para>
238 For Debian/Ubuntu, in order to authenticate the nginx repository signature 239 For Debian/Ubuntu, in order to authenticate the nginx repository signature
239 and to eliminate warnings about missing PGP key during installation of the 240 and to eliminate warnings about missing PGP key during installation of the