From e303bcbb73b47c087e55605eea40d553ff5b683b Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Mon, 13 Jan 2025 11:46:47 +0000 Subject: [PATCH] Use dnf instead of yum - Memcached Installation option for RHEL 7 (EOL now) has been removed. Saved option for RHEL8/9. Change-Id: I1372affcb8cde7232efd1a2a8d0f61925ff13a0c Closes-Bug: #2093877 --- doc/install-guide/source/environment-memcached-rdo.rst | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/doc/install-guide/source/environment-memcached-rdo.rst b/doc/install-guide/source/environment-memcached-rdo.rst index 34ee0483e1..23b3048d2c 100644 --- a/doc/install-guide/source/environment-memcached-rdo.rst +++ b/doc/install-guide/source/environment-memcached-rdo.rst @@ -11,17 +11,9 @@ Install and configure components #. Install the packages: - **For CentOS 7 and RHEL 7** - .. code-block:: console - # yum install memcached python-memcached - - **For CentOS 8 and RHEL 8** - - .. code-block:: console - - # yum install memcached python3-memcached + # dnf install memcached python3-memcached 2. Edit the ``/etc/sysconfig/memcached`` file and complete the following actions: