doc: Use dnf instead of yum
The yum command has been replaced by the dnf command in recent releases of Fedora-based distributions. Use the native command instead of the alias kept for compatibility. Change-Id: I7e51123982a0599318dd70e6b9916f7c9a9d2d65
This commit is contained in:
@@ -25,7 +25,7 @@ On RPM-based distributions (e.g., Fedora/RHEL/CentOS)
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ sudo yum install gcc git-core python3-devel python3-virtualenv gettext
|
||||
$ sudo dnf install gcc git-core python3-devel python3-virtualenv gettext
|
||||
|
||||
.. note::
|
||||
|
||||
|
@@ -43,7 +43,7 @@ this::
|
||||
|
||||
for a Debian OS flavour, or for Fedora/Red Hat flavours::
|
||||
|
||||
$ sudo yum install xorg-x11-server-Xvfb
|
||||
$ sudo dnf install xorg-x11-server-Xvfb
|
||||
|
||||
If you can't run a virtual display, or would prefer not to, you can use the
|
||||
PhantomJS web driver instead::
|
||||
|
@@ -27,7 +27,7 @@ Install and configure components
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# yum install openstack-dashboard
|
||||
# dnf install openstack-dashboard
|
||||
|
||||
.. end
|
||||
|
||||
|
Reference in New Issue
Block a user