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

Last updated: July 08,2024

1. Install "python312-pylibmc" package

This is a short guide on how to install python312-pylibmc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pylibmc

2. Uninstall "python312-pylibmc" package

This is a short guide on how to uninstall python312-pylibmc on openSuSE Tumbleweed:

$ sudo zypper remove python312-pylibmc

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

Information for package python312-pylibmc:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pylibmc
Version : 1.6.3-2.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 118.2 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.