Merge "Use dnf instead of yum - Memcached"

This commit is contained in:
Zuul 2025-02-16 23:27:44 +00:00 committed by Gerrit Code Review
commit 4a40a12e5e

View File

@ -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: