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

Last updated: July 04,2024

1. Install "python310-pymemcache" package

In this section, we are going to explain the necessary steps to install python310-pymemcache on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-pymemcache

2. Uninstall "python310-pymemcache" package

This is a short guide on how to uninstall python310-pymemcache on openSuSE Tumbleweed:

$ sudo zypper remove python310-pymemcache

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

Information for package python310-pymemcache:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pymemcache
Version : 4.0.0-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 599.6 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.