Merge "doc: Use dnf instead of yum"

This commit is contained in:
Zuul
2025-02-27 23:06:26 +00:00
committed by Gerrit Code Review
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: