How To Install python3-h5io on Fedora 36

In this tutorial we learn how to install python3-h5io in Fedora 36. python3-h5io is Read and write simple Python objects using HDF5

Introduction

In this tutorial we learn how to install python3-h5io on Fedora 36.

What is python3-h5io

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. Python 3 version.

We can use yum or dnf to install python3-h5io on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-h5io.

Install python3-h5io on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-h5io using dnf by running the following command:

sudo dnf -y install python3-h5io

Install python3-h5io on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-h5io using yum by running the following command:

sudo yum -y install python3-h5io

How To Uninstall python3-h5io on Fedora 36

To uninstall only the python3-h5io package we can use the following command:

sudo dnf remove python3-h5io

python3-h5io Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/h5io
/usr/lib/python3.10/site-packages/h5io-0.1.2-py3.10.egg-info
/usr/lib/python3.10/site-packages/h5io-0.1.2-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/h5io-0.1.2-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/h5io-0.1.2-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/h5io-0.1.2-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/h5io-0.1.2-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/h5io/__init__.py
/usr/lib/python3.10/site-packages/h5io/__pycache__
/usr/lib/python3.10/site-packages/h5io/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/h5io/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/h5io/__pycache__/_h5io.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/h5io/__pycache__/_h5io.cpython-310.pyc
/usr/lib/python3.10/site-packages/h5io/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/h5io/__pycache__/_version.cpython-310.pyc
/usr/lib/python3.10/site-packages/h5io/_h5io.py
/usr/lib/python3.10/site-packages/h5io/_version.py
/usr/lib/python3.10/site-packages/h5io/tests
/usr/lib/python3.10/site-packages/h5io/tests/__init__.py
/usr/lib/python3.10/site-packages/h5io/tests/__pycache__
/usr/lib/python3.10/site-packages/h5io/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/h5io/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/h5io/tests/__pycache__/test_io.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/h5io/tests/__pycache__/test_io.cpython-310.pyc
/usr/lib/python3.10/site-packages/h5io/tests/test_io.py
/usr/share/doc/python3-h5io
/usr/share/doc/python3-h5io/README.rst
/usr/share/licenses/python3-h5io
/usr/share/licenses/python3-h5io/LICENSE.txt

References

Summary

In this tutorial we learn how to install python3-h5io on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).