How to Install and Uninstall python3-h5py-openmpi4 Package on openSUSE Leap

Last updated: May 21,2024

1. Install "python3-h5py-openmpi4" package

Please follow the step by step instructions below to install python3-h5py-openmpi4 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-h5py-openmpi4

2. Uninstall "python3-h5py-openmpi4" package

Learn how to uninstall python3-h5py-openmpi4 on openSUSE Leap:

$ sudo zypper remove python3-h5py-openmpi4

3. Information about the python3-h5py-openmpi4 package on openSUSE Leap

Information for package python3-h5py-openmpi4:
----------------------------------------------
Repository : Main Repository
Name : python3-h5py-openmpi4
Version : 3.1.0-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 4.8 MiB
Installed : No
Status : not installed
Source package : python-h5py-openmpi4-3.1.0-bp155.2.13.src
Upstream URL : https://github.com/h5py/h5py
Summary : Python interface to the Hierarchical Data Format library
Description :
H5py provides a simple, robust read/write interface to HDF5 data from Python.
Existing Python and Numpy concepts are used for the interface; for example,
datasets on disk are represented by a proxy class that supports slicing, and
has dtype and shape attributes. HDF5 groups are presented using a dictionary
metaphor, indexed by name.