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

Last updated: December 27,2024

1. Install "python39-pymemcache" package

Please follow the instructions below to install python39-pymemcache on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pymemcache

2. Uninstall "python39-pymemcache" package

Please follow the instructions below to uninstall python39-pymemcache on openSuSE Tumbleweed:

$ sudo zypper remove python39-pymemcache

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

Information for package python39-pymemcache:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pymemcache
Version : 4.0.0-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 613.5 KiB
Installed : No
Status : not installed
Source package : python-pymemcache-4.0.0-3.4.src
Upstream URL : https://github.com/Pinterest/pymemcache
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.