From 3a07adc0ae361a1102701fdebe5aa1ef25f91342 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 7 Jan 2025 10:47:00 +0900 Subject: [PATCH] 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: Ic6e0fec1af34fb92a675dbadfc9c0ed37ee4e459 --- doc/source/install/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/installation.rst b/doc/source/install/installation.rst index 084c04ca..5361f043 100644 --- a/doc/source/install/installation.rst +++ b/doc/source/install/installation.rst @@ -29,7 +29,7 @@ In order to install Manila UI in `RDO `__, please follow the steps below (you may need to use `sudo` privileges if you are not root):: - # yum install -y openstack-manila-ui + # dnf install -y openstack-manila-ui # systemctl restart httpd # systemctl restart memcached