How to Install and Uninstall python3-memcached.noarch Package on CentOS 8 / RHEL 8

Last updated: October 09,2024

1. Install "python3-memcached.noarch" package

This guide let you learn how to install python3-memcached.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python3-memcached.noarch

2. Uninstall "python3-memcached.noarch" package

Please follow the steps below to uninstall python3-memcached.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove python3-memcached.noarch $ sudo dnf autoremove

3. Information about the python3-memcached.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:57:10 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-memcached
Version : 1.58
Release : 8.el8
Architecture : noarch
Size : 43 k
Source : python-memcached-1.58-8.el8.src.rpm
Repository : epel
Summary : A Python memcached client library
URL : https://github.com/linsomniac/python-memcached
License : Python
Description : This software is a 100% Python interface to the memcached memory cache
: daemon. It is the client side software which allows storing values in one
: or more, possibly remote, memcached servers. Search google for memcached
: for more information.