How To Install hdf-libs on Fedora 36
Introduction
In this tutorial we learn how to install hdf-libs
on Fedora 36.
What is hdf-libs
HDF4 shared libraries.
We can use yum
or dnf
to install hdf-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install hdf-libs.
Install hdf-libs 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 hdf-libs
using dnf
by running the following command:
sudo dnf -y install hdf-libs
Install hdf-libs 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 hdf-libs
using yum
by running the following command:
sudo yum -y install hdf-libs
How To Uninstall hdf-libs on Fedora 36
To uninstall only the hdf-libs
package we can use the following command:
sudo dnf remove hdf-libs
hdf-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/26/abe52c2b8c02ec6f3bd2ca5aa5018b22367fa7
/usr/lib/.build-id/b3/8d91bad0603efeed5203f2de1a936acc0395c0
/usr/lib/libdf.so.0
/usr/lib/libdf.so.0.0.0
/usr/lib/libmfhdf.so.0
/usr/lib/libmfhdf.so.0.0.0
References
title: “How To Install hdf-libs on Fedora 36”
linkTitle: “hdf-libs”
type: “docs”
Summary
description: “In this tutorial we learn how to install hdf-libs in Fedora 36. hdf-libs is HDF4 shared libraries”
date: “2022-08-17”
lastmod: “2022-08-17”
In this tutorial we learn how to install hdf-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
#image: /images/fedora/36/hdf-libs-featured.png
Introduction
In this tutorial we learn how to install hdf-libs
on Fedora 36.
What is hdf-libs
HDF4 shared libraries.
We can use yum
or dnf
to install hdf-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install hdf-libs.
Install hdf-libs 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 hdf-libs
using dnf
by running the following command:
sudo dnf -y install hdf-libs
Install hdf-libs 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 hdf-libs
using yum
by running the following command:
sudo yum -y install hdf-libs
How To Uninstall hdf-libs on Fedora 36
To uninstall only the hdf-libs
package we can use the following command:
sudo dnf remove hdf-libs
hdf-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/65/bb6625b71742f1568fb15057004e66f1f2018f
/usr/lib/.build-id/cc/be5f35783996ef48aebba610a86fa0826400a6
/usr/lib64/libdf.so.0
/usr/lib64/libdf.so.0.0.0
/usr/lib64/libmfhdf.so.0
/usr/lib64/libmfhdf.so.0.0.0
References
Summary
In this tutorial we learn how to install hdf-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).