How to Install and Uninstall python3-h5io.noarch Package on Rocky Linux 9

Last updated: October 10,2024

1. Install "python3-h5io.noarch" package

This guide let you learn how to install python3-h5io.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install python3-h5io.noarch

2. Uninstall "python3-h5io.noarch" package

This guide covers the steps necessary to uninstall python3-h5io.noarch on Rocky Linux 9:

$ sudo dnf remove python3-h5io.noarch $ sudo dnf autoremove

3. Information about the python3-h5io.noarch package on Rocky Linux 9

Last metadata expiration check: 0:36:23 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-h5io
Version : 0.1.9
Release : 1.el9
Architecture : noarch
Size : 34 k
Source : python-h5io-0.1.9-1.el9.src.rpm
Repository : epel
Summary : Read and write simple Python objects using HDF5
URL : https://github.com/h5io/h5io
License : BSD-3-Clause
Description : h5io is a package designed to facilitate saving some standard Python objects
: into the forward-compatible HDF5 format. It is a higher-level package than
: h5py.