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

Last updated: May 15,2024

1. Install "python3-h5py-openmpi2" package

This is a short guide on how to install python3-h5py-openmpi2 on openSUSE Leap

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

2. Uninstall "python3-h5py-openmpi2" package

In this section, we are going to explain the necessary steps to uninstall python3-h5py-openmpi2 on openSUSE Leap:

$ sudo zypper remove python3-h5py-openmpi2

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

Information for package python3-h5py-openmpi2:
----------------------------------------------
Repository : Main Repository
Name : python3-h5py-openmpi2
Version : 3.1.0-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 4.8 MiB
Installed : No
Status : not installed
Source package : python-h5py-openmpi2-3.1.0-bp155.2.11.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.