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

Last updated: May 21,2024

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

Please follow the guidance below to install python3-u-msgpack-python on openSUSE Leap

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

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

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

$ sudo zypper remove python3-u-msgpack-python

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

Information for package python3-u-msgpack-python:
-------------------------------------------------
Repository : Main Repository
Name : python3-u-msgpack-python
Version : 2.4.1-2.15
Arch : noarch
Vendor : SUSE LLC
Installed Size : 93.6 KiB
Installed : No
Status : not installed
Source package : python-u-msgpack-python-2.4.1-2.15.src
Upstream URL : https://github.com/vsergeev/u-msgpack-python
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.