How to Install and Uninstall python310-u-msgpack-python Package on openSuSE Tumbleweed

Last updated: July 05,2024

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

Here is a brief guide to show you how to install python310-u-msgpack-python on openSuSE Tumbleweed

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

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

Please follow the steps below to uninstall python310-u-msgpack-python on openSuSE Tumbleweed:

$ sudo zypper remove python310-u-msgpack-python

3. Information about the python310-u-msgpack-python package on openSuSE Tumbleweed

Information for package python310-u-msgpack-python:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-u-msgpack-python
Version : 2.8.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 78.7 KiB
Installed : No
Status : not installed
Source package : python-u-msgpack-python-2.8.0-1.4.src
Upstream URL : https://github.com/vsergeev/u-msgpack-python
Summary : A MessagePack serializer and deserializer
Description :
u-msgpack-python is a MessagePack serializer and
deserializer module written in pure Python, compatible with
Python 2, Python 3, in both the CPython and PyPy implementations of
Python. u-msgpack-python is fully compliant with the MessagePack
2017-09-17 specification. In particular, it supports the binary,
UTF-8 string, and application-defined extended types.