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

Last updated: July 03,2024

1. Install "python310-pylibmc" package

Please follow the instructions below to install python310-pylibmc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-pylibmc

2. Uninstall "python310-pylibmc" package

Please follow the guidance below to uninstall python310-pylibmc on openSuSE Tumbleweed:

$ sudo zypper remove python310-pylibmc

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

Information for package python310-pylibmc:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pylibmc
Version : 1.6.3-2.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 110.9 KiB
Installed : No
Status : not installed
Source package : python-pylibmc-1.6.3-2.4.src
Upstream URL : https://github.com/lericson/pylibmc
Summary : memcached client for Python
Description :
pylibmc is a Python client for (lib)memcached written in C.
The Python interface is similar to python-memcached.
pylibmc leverages configurable behaviors, data pickling, data
compression, tested GIL retention, consistent distribution, and the
binary memcached protocol.