comparison xml/en/linux_packages.xml @ 2732:f8fb4ebdf529

Linux packages: removed Ubuntu 16.04 'xenial' due to EOL.
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 27 May 2021 12:47:17 +0300
parents 5d15140ad319
children 9cc5077645a0
comparison
equal deleted inserted replaced
2731:5d15140ad319 2732:f8fb4ebdf529
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="60"> 10 rev="61">
11 11
12 <section name="Supported distributions and versions" id="distributions"> 12 <section name="Supported distributions and versions" id="distributions">
13 13
14 <para> 14 <para>
15 nginx packages are available for the following Linux distributions and 15 nginx packages are available for the following Linux distributions and
63 <table note="yes"> 63 <table note="yes">
64 64
65 <tr> 65 <tr>
66 <td width="30%">Version</td> 66 <td width="30%">Version</td>
67 <td>Supported Platforms</td> 67 <td>Supported Platforms</td>
68 </tr>
69
70 <tr>
71 <td width="30%">16.04 “xenial”</td>
72 <td>x86_64, i386, ppc64el, aarch64/arm64</td>
73 </tr> 68 </tr>
74 69
75 <tr> 70 <tr>
76 <td width="30%">18.04 “bionic”</td> 71 <td width="30%">18.04 “bionic”</td>
77 <td>x86_64, aarch64/arm64</td> 72 <td>x86_64, aarch64/arm64</td>
331 </programlisting> 326 </programlisting>
332 327
333 Verify that the downloaded file contains the proper key: 328 Verify that the downloaded file contains the proper key:
334 <programlisting> 329 <programlisting>
335 gpg --dry-run --quiet --import --import-options show-only /tmp/nginx_signing.key 330 gpg --dry-run --quiet --import --import-options show-only /tmp/nginx_signing.key
336 </programlisting>
337
338 Note: on Ubuntu 16.04, use the following command instead:
339 <programlisting>
340 gpg --with-fingerprint /tmp/nginx_signing.key
341 </programlisting> 331 </programlisting>
342 332
343 The output should contain the full fingerprint 333 The output should contain the full fingerprint
344 <command>573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62</command> 334 <command>573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62</command>
345 as follows: 335 as follows: