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

Last updated: May 19,2024

1. Install "python3-h5py-openmpi3" package

This guide let you learn how to install python3-h5py-openmpi3 on openSUSE Leap

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

2. Uninstall "python3-h5py-openmpi3" package

This guide let you learn how to uninstall python3-h5py-openmpi3 on openSUSE Leap:

$ sudo zypper remove python3-h5py-openmpi3

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

Information for package python3-h5py-openmpi3:
----------------------------------------------
Repository : Main Repository
Name : python3-h5py-openmpi3
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-openmpi3-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.