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

Last updated: October 05,2024

1. Install "python3-h5io.noarch" package

In this section, we are going to explain the necessary steps to install python3-h5io.noarch on Oracle Linux 9

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

2. Uninstall "python3-h5io.noarch" package

Learn how to uninstall python3-h5io.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 1:31:07 ago on Thu Feb 15 07:50:05 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.