How to Install and Uninstall python2-python-memcached Package on openSUSE Leap

Last updated: May 02,2024

1. Install "python2-python-memcached" package

Here is a brief guide to show you how to install python2-python-memcached on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-python-memcached

2. Uninstall "python2-python-memcached" package

Please follow the guidance below to uninstall python2-python-memcached on openSUSE Leap:

$ sudo zypper remove python2-python-memcached

3. Information about the python2-python-memcached package on openSUSE Leap

Information for package python2-python-memcached:
-------------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python2-python-memcached
Version : 1.59-3.7.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 180,3 KiB
Installed : No
Status : not installed
Source package : python-python-memcached-1.59-3.7.1.src
Summary : Pure python memcached client
Description :
This package was originally written by Evan Martin of Danga.
Sean Reifschneider of tummy.com, ltd. has taken over maintenance of it.
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.