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

Last updated: May 02,2024

1. Install "python39-msgpack" package

In this section, we are going to explain the necessary steps to install python39-msgpack on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-msgpack

2. Uninstall "python39-msgpack" package

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

$ sudo zypper remove python39-msgpack

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

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