How to Install and Uninstall python38-pymemcache Package on openSuSE Tumbleweed

Last updated: May 12,2024

1. Install "python38-pymemcache" package

Here is a brief guide to show you how to install python38-pymemcache on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pymemcache

2. Uninstall "python38-pymemcache" package

Please follow the guidance below to uninstall python38-pymemcache on openSuSE Tumbleweed:

$ sudo zypper remove python38-pymemcache

3. Information about the python38-pymemcache package on openSuSE Tumbleweed

Information for package python38-pymemcache:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pymemcache
Version : 3.5.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 584,2 KiB
Installed : No
Status : not installed
Source package : python-pymemcache-3.5.0-1.1.src
Summary : A pure Python memcached client
Description :
A pure-Python memcached client.
pymemcache supports the following features:
* Complete implementation of the memcached text protocol.
* Configurable timeouts for socket connect and send/recv calls.
* Access to the "noreply" flag, which can significantly increase the speed of writes.
* Flexible, simple approach to serialization and deserialization.
* The (optional) ability to treat network and memcached errors as cache misses.