view xml/en/download.xml @ 2662:e4d370d43176

Linux packages: removed apt-key usage to import gpg keys on Debian/Ubuntu. apt-key is deprecated since 2017 and will be removed after Debian 11 and Ubuntu 22.04. All distributions since at least 2013 support storing trusted keys in /etc/apt/trusted.gpg.d/ instead, so using it should be safe. A special workaround is added for Ubuntu 16.04 shipping gnupg 2.1, which is not compatible with the CLI invocation we use.
author Konstantin Pavlov <thresh@nginx.com>
date Wed, 17 Feb 2021 16:39:40 +0300
parents 5ecdddc3851e
children 8a61d0ed67fa
line wrap: on
line source

<!--
  Copyright (C) Igor Sysoev
  Copyright (C) Nginx, Inc.
  -->

<!DOCTYPE article SYSTEM "../../dtd/article.dtd">

<article name="nginx: download"
         link="/en/download.html"
         lang="en"
         rev="2">


<section name="Mainline version">

<download last="1" tag="mainline" />

</section>


<section name="Stable version">

<download last="1" tag="stable" />

</section>


<section name="Legacy versions">

<download last="1" tag="legacy" />

</section>


<section name="Source Code">

<para>
Read-only Mercurial repositories:
<list type="bullet">

<listitem>
code: <literal>http://hg.nginx.org/nginx</literal>
</listitem>
<listitem>
site: <literal>http://hg.nginx.org/nginx.org</literal>
</listitem>

</list>
</para>

<para>
<link url="http://trac.nginx.org/nginx/browser">Trac source browser</link>
</para>

</section>


<section name="Pre-Built Packages">

<para>
Linux packages for
<link doc="linux_packages.xml">stable and mainline</link> versions.
</para>

</section>

</article>