]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
RHEL and CentOS now use dnf. Call out yum as the outlier, rather than
authorRich Bowen <rbowen@apache.org>
Sat, 15 Feb 2020 14:46:17 +0000 (14:46 +0000)
committerRich Bowen <rbowen@apache.org>
Sat, 15 Feb 2020 14:46:17 +0000 (14:46 +0000)
the other way around.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874056 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/install.xml

index f8f2854c7a09a48e79df5656319f93f41f35f781..4b3275ce4a33810d73384822038f9bc1b6a66898 100644 (file)
     <dt>Installing on Fedora/CentOS/Red Hat Enterprise Linux</dt>
     <dd>
     <highlight>
-sudo yum install httpd
+sudo dnf install httpd
 sudo service httpd start
     </highlight>
 
-    <note type="warning">Newer releases of these distros use
-    <code>dnf</code> rather than <code>yum</code>. See <a
+    <note type="warning">Older releases of these distros use
+    <code>yum</code> rather than <code>dnf</code>. See <a
     href="https://fedoraproject.org/wiki/Apache_HTTP_Server">the
     Fedora project's documentation</a> for platform-specific notes.</note>
     </dd>