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

Last updated: July 02,2024

1. Install "python312-msgpack" package

This is a short guide on how to install python312-msgpack on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-msgpack

2. Uninstall "python312-msgpack" package

This guide let you learn how to uninstall python312-msgpack on openSuSE Tumbleweed:

$ sudo zypper remove python312-msgpack

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

Information for package python312-msgpack:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-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.