From 0438f1d816ee28b4dfc03fa594665aa2986b4dbd Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Mon, 13 Jan 2025 09:57:42 +0000 Subject: [PATCH] Use dnf instead of yum - RabbitMQ Change-Id: If41abc8e9dabb59a9666ff4f538b5225543a3e1b Closes-Bug: #2093873 --- doc/install-guide/source/environment-messaging-rdo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install-guide/source/environment-messaging-rdo.rst b/doc/install-guide/source/environment-messaging-rdo.rst index ec9560d28f..413c128e09 100644 --- a/doc/install-guide/source/environment-messaging-rdo.rst +++ b/doc/install-guide/source/environment-messaging-rdo.rst @@ -21,7 +21,7 @@ Install and configure components .. code-block:: console - # yum install rabbitmq-server + # dnf install rabbitmq-server 2. Start the message queue service and configure it to start when the system boots: