How to Install and Uninstall hdf5.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "hdf5.x86_64" package

Learn how to install hdf5.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install hdf5.x86_64

2. Uninstall "hdf5.x86_64" package

In this section, we are going to explain the necessary steps to uninstall hdf5.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove hdf5.x86_64 $ sudo dnf autoremove

3. Information about the hdf5.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:37:34 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : hdf5
Version : 1.12.1
Release : 7.el9.1
Architecture : x86_64
Size : 2.2 M
Source : hdf5-1.12.1-7.el9.1.src.rpm
Repository : epel
Summary : A general purpose library and file format for storing scientific data
URL : https://portal.hdfgroup.org/display/HDF5/HDF5
License : BSD
Description : HDF5 is a general purpose library and file format for storing scientific data.
: HDF5 can store two primary objects: datasets and groups. A dataset is
: essentially a multidimensional array of data elements, and a group is a
: structure for organizing objects in an HDF5 file. Using these two basic
: objects, one can create and store almost any kind of scientific data
: structure, such as images, arrays of vectors, and structured and unstructured
: grids. You can also mix and match them in HDF5 files according to your needs.