How to Install and Uninstall hdf5.i686 Package on Fedora 36

Last updated: October 05,2024

1. Install "hdf5.i686" package

Please follow the steps below to install hdf5.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install hdf5.i686

2. Uninstall "hdf5.i686" package

In this section, we are going to explain the necessary steps to uninstall hdf5.i686 on Fedora 36:

$ sudo dnf remove hdf5.i686 $ sudo dnf autoremove

3. Information about the hdf5.i686 package on Fedora 36

Last metadata expiration check: 0:36:34 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : hdf5
Version : 1.12.1
Release : 5.fc36
Architecture : i686
Size : 2.2 M
Source : hdf5-1.12.1-5.fc36.src.rpm
Repository : fedora
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.