From: Rich Bowen Date: Sat, 15 Feb 2020 14:46:17 +0000 (+0000) Subject: RHEL and CentOS now use dnf. Call out yum as the outlier, rather than X-Git-Tag: 2.5.0-alpha2-ci-test-only~1653 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52ca512846d4710b8ecc9780321dbe5714f44bc5;p=thirdparty%2Fapache%2Fhttpd.git RHEL and CentOS now use dnf. Call out yum as the outlier, rather than the other way around. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874056 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/install.xml b/docs/manual/install.xml index f8f2854c7a0..4b3275ce4a3 100644 --- a/docs/manual/install.xml +++ b/docs/manual/install.xml @@ -56,12 +56,12 @@
Installing on Fedora/CentOS/Red Hat Enterprise Linux
-sudo yum install httpd +sudo dnf install httpd sudo service httpd start - Newer releases of these distros use - dnf rather than yum. See Older releases of these distros use + yum rather than dnf. See the Fedora project's documentation for platform-specific notes.