How to Install and Uninstall hdf.x86_64 Package on Fedora 36

Last updated: October 12,2024

1. Install "hdf.x86_64" package

This guide let you learn how to install hdf.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install hdf.x86_64

2. Uninstall "hdf.x86_64" package

This is a short guide on how to uninstall hdf.x86_64 on Fedora 36:

$ sudo dnf remove hdf.x86_64 $ sudo dnf autoremove

3. Information about the hdf.x86_64 package on Fedora 36

Last metadata expiration check: 1:12:49 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : hdf
Version : 4.2.15
Release : 9.fc36
Architecture : x86_64
Size : 627 k
Source : hdf-4.2.15-9.fc36.src.rpm
Repository : fedora
Summary : A general purpose library and file format for storing scientific data
URL : https://portal.hdfgroup.org/
License : BSD
Description : HDF4 is a general purpose library and file format for storing scientific data.
: HDF4 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 HDF4 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 HDF4 files according to your needs.