How to Install and Uninstall python2-u-msgpack-python Package on openSUSE Leap

Last updated: July 01,2024

1. Install "python2-u-msgpack-python" package

Please follow the steps below to install python2-u-msgpack-python on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-u-msgpack-python

2. Uninstall "python2-u-msgpack-python" package

Please follow the step by step instructions below to uninstall python2-u-msgpack-python on openSUSE Leap:

$ sudo zypper remove python2-u-msgpack-python

3. Information about the python2-u-msgpack-python package on openSUSE Leap

Information for package python2-u-msgpack-python:
-------------------------------------------------
Repository : Main Repository
Name : python2-u-msgpack-python
Version : 2.4.1-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 69,7 KiB
Installed : No
Status : not installed
Source package : python-u-msgpack-python-2.4.1-bp153.1.15.src
Summary : A portable, lightweight MessagePack serializer and deserializer
Description :
u-msgpack-python is a lightweight MessagePack serializer and
deserializer module written in pure Python, compatible with both
Python 2 and Python 3, as well as CPython and PyPy implementations of
Python. u-msgpack-python is fully compliant with the latest
MessagePack specification. In particular, it supports the new binary,
UTF-8 string, and application-defined ext types.