How To Install hfsutils-devel on Fedora 36

In this tutorial we learn how to install hfsutils-devel in Fedora 36. hfsutils-devel is A C library for reading and writing Macintosh HFS volumes

Introduction

In this tutorial we learn how to install hfsutils-devel on Fedora 36.

What is hfsutils-devel

The hfsutils-devel package provides a C library for low-level access to Macintosh volumes. HFS (Hierarchical File System) is the native volume format found on modern Macintosh computers. The C library can be linked with other programs to allow them to manipulate Macintosh files in their native format. Other HFS accessing utilities, which are comparable to mtools, are included in the hfsutils package.

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

Install hfsutils-devel 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 hfsutils-devel using dnf by running the following command:

sudo dnf -y install hfsutils-devel

Install hfsutils-devel 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 hfsutils-devel using yum by running the following command:

sudo yum -y install hfsutils-devel

How To Uninstall hfsutils-devel on Fedora 36

To uninstall only the hfsutils-devel package we can use the following command:

sudo dnf remove hfsutils-devel

hfsutils-devel Package Contents on Fedora 36

/usr/include/hfs.h
/usr/include/rsrc.h
/usr/lib/libhfs.a
/usr/lib/librsrc.a

References

Summary

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


title: “How To Install hfsutils-devel on Fedora 36” linkTitle: “hfsutils-devel” type: “docs” description: “In this tutorial we learn how to install hfsutils-devel in Fedora 36. hfsutils-devel is A C library for reading and writing Macintosh HFS volumes” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/hfsutils-devel-featured.png

Introduction

In this tutorial we learn how to install hfsutils-devel on Fedora 36.

What is hfsutils-devel

The hfsutils-devel package provides a C library for low-level access to Macintosh volumes. HFS (Hierarchical File System) is the native volume format found on modern Macintosh computers. The C library can be linked with other programs to allow them to manipulate Macintosh files in their native format. Other HFS accessing utilities, which are comparable to mtools, are included in the hfsutils package.

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

Install hfsutils-devel 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 hfsutils-devel using dnf by running the following command:

sudo dnf -y install hfsutils-devel

Install hfsutils-devel 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 hfsutils-devel using yum by running the following command:

sudo yum -y install hfsutils-devel

How To Uninstall hfsutils-devel on Fedora 36

To uninstall only the hfsutils-devel package we can use the following command:

sudo dnf remove hfsutils-devel

hfsutils-devel Package Contents on Fedora 36

/usr/include/hfs.h
/usr/include/rsrc.h
/usr/lib64/libhfs.a
/usr/lib64/librsrc.a

References

Summary

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