How to Install and Uninstall python2-pylibmc Package on openSUSE Leap

Last updated: September 28,2024

1. Install "python2-pylibmc" package

Please follow the instructions below to install python2-pylibmc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pylibmc

2. Uninstall "python2-pylibmc" package

Please follow the instructions below to uninstall python2-pylibmc on openSUSE Leap:

$ sudo zypper remove python2-pylibmc

3. Information about the python2-pylibmc package on openSUSE Leap

Information for package python2-pylibmc:
----------------------------------------
Repository : Main Repository
Name : python2-pylibmc
Version : 1.6.1-bp153.1.19
Arch : x86_64
Vendor : openSUSE
Installed Size : 119,0 KiB
Installed : No
Status : not installed
Source package : python-pylibmc-1.6.1-bp153.1.19.src
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.