You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2020/02/15 14:46:18 UTC

svn commit: r1874056 - /httpd/httpd/trunk/docs/manual/install.xml

Author: rbowen
Date: Sat Feb 15 14:46:17 2020
New Revision: 1874056

URL: http://svn.apache.org/viewvc?rev=1874056&view=rev
Log:
RHEL and CentOS now use dnf. Call out yum as the outlier, rather than
the other way around.

Modified:
    httpd/httpd/trunk/docs/manual/install.xml

Modified: httpd/httpd/trunk/docs/manual/install.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/install.xml?rev=1874056&r1=1874055&r2=1874056&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/install.xml (original)
+++ httpd/httpd/trunk/docs/manual/install.xml Sat Feb 15 14:46:17 2020
@@ -56,12 +56,12 @@
     <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>