How to Install and Uninstall python311-msgpack Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "python311-msgpack" package

Please follow the guidance below to install python311-msgpack on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-msgpack

2. Uninstall "python311-msgpack" package

Please follow the guidance below to uninstall python311-msgpack on openSuSE Tumbleweed:

$ sudo zypper remove python311-msgpack

3. Information about the python311-msgpack package on openSuSE Tumbleweed

Information for package python311-msgpack:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-msgpack
Version : 1.0.7-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : python-msgpack-1.0.7-1.1.src
Upstream URL : https://github.com/msgpack/msgpack-python
Summary : MessagePack (de)serializer
Description :
MessagePack (de)serializer for Python.
MessagePack is a binary-based efficient data interchange format that is
focused on high performance. It is like JSON, but very fast and small.