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.

Also replace python-* packages by python3-* packages.

Change-Id: I1ebfd502b9f02f79c8a851ac1d6e3ac9d4ac03a0
This commit is contained in:
Takashi Kajinami 2025-01-07 10:42:50 +09:00
parent 4e5d6e5301
commit a254106bb6
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ On Fedora-based distributions (e.g., Fedora/RHEL/CentOS):
.. code-block:: console
$ sudo yum install gcc python-pip libxml2-devel libxslt-devel python-devel
$ sudo dnf install gcc python-pip libxml2-devel libxslt-devel python3-devel
Install MongoDB
###############

View File

@ -244,7 +244,7 @@ Install and configure ``memcached``, ``uWSGI`` and Messaging on the web server
.. code-block:: console
# yum install memcached
# dnf install memcached
Start ``memcached`` service:
@ -262,7 +262,7 @@ Install and configure ``memcached``, ``uWSGI`` and Messaging on the web server
.. code-block:: console
# yum install python-pip
# dnf install python3-pip
# git clone https://git.openstack.org/openstack/zaqar.git
# cd zaqar
# pip install . -r ./requirements.txt --upgrade --log /tmp/zaqar-pip.log