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

Last updated: January 23,2025

1. Install "python3-msgpack" package

This guide covers the steps necessary to install python3-msgpack on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-msgpack

2. Uninstall "python3-msgpack" package

This is a short guide on how to uninstall python3-msgpack on openSUSE Leap:

$ sudo zypper remove python3-msgpack

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

Information for package python3-msgpack:
----------------------------------------
Repository : Main Repository
Name : python3-msgpack
Version : 0.5.6-150100.3.3.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 297.5 KiB
Installed : No
Status : not installed
Source package : python-msgpack-0.5.6-150100.3.3.1.src
Upstream URL : http://msgpack.org/
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.