comparison xml/en/linux_packages.xml @ 2893:8f3955097546

Linux packages: reword to mention supported RHEL derivatives.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 27 Sep 2022 16:13:35 +0400
parents 15ef515b442e
children 6bc630596c06
comparison
equal deleted inserted replaced
2892:8878680962d0 2893:8f3955097546
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="78"> 10 rev="79">
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
16 versions: 16 versions:
17 </para> 17 </para>
18 18
19 <para> 19 <para>
20 <link id="RHEL-CentOS">RHEL/CentOS</link> 20 <link id="RHEL">RHEL and derivatives</link>
21 21
22 <table note="yes"> 22 <table note="yes">
23 23
24 <tr> 24 <tr>
25 <td width="30%">Version</td> 25 <td width="30%">Version</td>
173 Before you install nginx for the first time on a new machine, you need to 173 Before you install nginx for the first time on a new machine, you need to
174 set up the nginx packages repository. 174 set up the nginx packages repository.
175 Afterward, you can install and update nginx from the repository. 175 Afterward, you can install and update nginx from the repository.
176 </para> 176 </para>
177 177
178 <section name="RHEL/CentOS" id="RHEL-CentOS"> 178 <section name="RHEL and derivatives" id="RHEL">
179
180 <para>
181 This section applies to Red Hat Enterprise Linux and its derivatives such as
182 CentOS, Oracle Linux, Rocky Linux, AlmaLinux.
183 </para>
179 184
180 <para> 185 <para>
181 Install the prerequisites: 186 Install the prerequisites:
182 <programlisting> 187 <programlisting>
183 sudo yum install yum-utils 188 sudo yum install yum-utils
576 The <literal>default</literal> branch holds packaging sources for the current 581 The <literal>default</literal> branch holds packaging sources for the current
577 mainline version, while <literal>stable-*</literal> branches contain latest 582 mainline version, while <literal>stable-*</literal> branches contain latest
578 sources for stable releases. 583 sources for stable releases.
579 To build binary packages, run <command>make</command> in 584 To build binary packages, run <command>make</command> in
580 <path>debian/</path> directory on Debian/Ubuntu, or in 585 <path>debian/</path> directory on Debian/Ubuntu, or in
581 <path>rpm/SPECS/</path> on RHEL/CentOS/SLES/Amazon Linux, or in 586 <path>rpm/SPECS/</path> on RHEL and derivatives, SLES, and Amazon Linux, or in
582 <path>alpine/</path> on Alpine. 587 <path>alpine/</path> on Alpine.
583 </para> 588 </para>
584 589
585 <para> 590 <para>
586 Packaging sources are distributed under the same 591 Packaging sources are distributed under the same