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:
Takashi Kajinami
2025-01-07 10:44:32 +09:00
parent e1fde47a0c
commit f207f8573d
3 changed files with 3 additions and 3 deletions

View File

@@ -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::

View File

@@ -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::

View File

@@ -27,7 +27,7 @@ Install and configure components
.. code-block:: console
# yum install openstack-dashboard
# dnf install openstack-dashboard
.. end