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

Last updated: July 01,2024

1. Install "python39-pylibmc" package

Please follow the step by step instructions below to install python39-pylibmc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pylibmc

2. Uninstall "python39-pylibmc" package

Please follow the step by step instructions below to uninstall python39-pylibmc on openSuSE Tumbleweed:

$ sudo zypper remove python39-pylibmc

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

Information for package python39-pylibmc:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-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.