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

Last updated: April 27,2024

1. Install "python3-h5py" package

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

$ sudo zypper refresh $ sudo zypper install python3-h5py

2. Uninstall "python3-h5py" package

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

$ sudo zypper remove python3-h5py

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

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