clarify that dnf is mostly for Fedora >=22
RHEL7 and CentOS 7 are still on yum
This commit is contained in:
parent
22e6567995
commit
be602ee026
|
@ -55,9 +55,9 @@ sudo yum install elasticsearch <1>
|
||||||
sudo dnf install elasticsearch <2>
|
sudo dnf install elasticsearch <2>
|
||||||
sudo zypper install elasticsearch <3>
|
sudo zypper install elasticsearch <3>
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
<1> Use `yum` on Centos and older Red Hat distributions.
|
<1> Use `yum` on CentOS and older Red Hat based distributions.
|
||||||
<2> Use `dnf` on newer Red Hat distributions.
|
<2> Use `dnf` on Fedora and other newer Red Hat distributions.
|
||||||
<3> Use `zypper` on OpenSuSe based distributions
|
<3> Use `zypper` on OpenSUSE based distributions
|
||||||
|
|
||||||
[[install-rpm]]
|
[[install-rpm]]
|
||||||
==== Download and install the RPM manually
|
==== Download and install the RPM manually
|
||||||
|
|
Loading…
Reference in New Issue