How to Install and Uninstall python-memcached.noarch Package on Amazon Linux 2

Last updated: May 17,2024

1. Install "python-memcached.noarch" package

In this section, we are going to explain the necessary steps to install python-memcached.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-memcached.noarch

2. Uninstall "python-memcached.noarch" package

This guide covers the steps necessary to uninstall python-memcached.noarch on Amazon Linux 2:

$ sudo yum remove python-memcached.noarch $ sudo yum autoremove

3. Information about the python-memcached.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-memcached
Arch : noarch
Version : 1.48
Release : 4.amzn2
Size : 34 k
Repo : amzn2-core/2/x86_64
Summary : A Python memcached client library
URL : http://www.tummy.com/Community/software/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.