How to Install and Uninstall python311-python-memcached Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python311-python-memcached" package

Please follow the step by step instructions below to install python311-python-memcached on openSuSE Tumbleweed

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

2. Uninstall "python311-python-memcached" package

Please follow the steps below to uninstall python311-python-memcached on openSuSE Tumbleweed:

$ sudo zypper remove python311-python-memcached

3. Information about the python311-python-memcached package on openSuSE Tumbleweed

Information for package python311-python-memcached:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-python-memcached
Version : 1.62-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 129.3 KiB
Installed : No
Status : not installed
Source package : python-python-memcached-1.62-1.3.src
Upstream URL : https://github.com/linsomniac/python-memcached
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.