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

Last updated: September 28,2024

1. Install "python3-msgpack-numpy" package

This tutorial shows how to install python3-msgpack-numpy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-msgpack-numpy

2. Uninstall "python3-msgpack-numpy" package

This guide covers the steps necessary to uninstall python3-msgpack-numpy on openSUSE Leap:

$ sudo zypper remove python3-msgpack-numpy

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

Information for package python3-msgpack-numpy:
----------------------------------------------
Repository : Main Repository
Name : python3-msgpack-numpy
Version : 0.4.5-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 38.5 KiB
Installed : No
Status : not installed
Source package : python-msgpack-numpy-0.4.5-bp155.2.11.src
Upstream URL : https://github.com/lebedov/msgpack-numpy
Summary : Numpy data serialization library using msgpack
Description :
This package provides encoding and decoding routines that enable the
serialization and deserialization of numerical and array data types
provided by numpy using the highly efficient msgpack format.
Serialization of Python's native complex data types is also supported.