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.

Partial-Bug: #2091586
Change-Id: I34cb4f28af65f426f8dd453435c79cbfd7d97394
This commit is contained in:
Takashi Kajinami
2025-01-07 01:19:06 +09:00
parent c3250d23a7
commit d94a9925a7
4 changed files with 5 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ On Red Hat Enterprise Linux, Fedora, or CentOS:
.. code-block:: console
# yum install libguestfs-tools
# dnf install libguestfs-tools
On openSUSE:

View File

@@ -100,10 +100,10 @@ On Debian-based distributions (e.g., Debian/Mint/Ubuntu)::
On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux)::
sudo yum install python-pip
sudo dnf install python-pip
sudo pip install tox
tox -e bindep
sudo yum install <indicated missing package names>
sudo dnf install <indicated missing package names>
On openSUSE-based distributions (SLES, openSUSE Leap / Tumbleweed)::

View File

@@ -28,7 +28,7 @@ Install and configure components
.. code-block:: console
# yum install openstack-nova-compute
# dnf install openstack-nova-compute
#. Edit the ``/etc/nova/nova.conf`` file and complete the following actions:

View File

@@ -174,7 +174,7 @@ Install and configure components
.. code-block:: console
# yum install openstack-nova-api openstack-nova-conductor \
# dnf install openstack-nova-api openstack-nova-conductor \
openstack-nova-novncproxy openstack-nova-scheduler
#. Edit the ``/etc/nova/nova.conf`` file and complete the following actions: