How To Install hfsutils on Fedora 36
Introduction
In this tutorial we learn how to install hfsutils
on Fedora 36.
What is hfsutils
HFS (Hierarchical File System) is the native volume format found on modern Macintosh computers. Hfsutils provides utilities for accessing HFS volumes from Linux and UNIX systems. Hfsutils contains several command-line programs which are comparable to mtools.
We can use yum
or dnf
to install hfsutils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install hfsutils.
Install hfsutils 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
using dnf
by running the following command:
sudo dnf -y install hfsutils
Install hfsutils 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
using yum
by running the following command:
sudo yum -y install hfsutils
How To Uninstall hfsutils on Fedora 36
To uninstall only the hfsutils
package we can use the following command:
sudo dnf remove hfsutils
hfsutils Package Contents on Fedora 36
/usr/bin/fsck.hfs
/usr/bin/hattrib
/usr/bin/hcd
/usr/bin/hcopy
/usr/bin/hdel
/usr/bin/hdir
/usr/bin/hformat
/usr/bin/hfs
/usr/bin/hfsck
/usr/bin/hfssh
/usr/bin/hls
/usr/bin/hmkdir
/usr/bin/hmount
/usr/bin/hpwd
/usr/bin/hrename
/usr/bin/hrmdir
/usr/bin/humount
/usr/bin/hvol
/usr/lib/.build-id
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/5afdec4d0957d423abe60d3b76675e2072c63d
/usr/lib/.build-id/9f/5afdec4d0957d423abe60d3b76675e2072c63d.1
/usr/lib/.build-id/9f/5afdec4d0957d423abe60d3b76675e2072c63d.10
/usr/lib/.build-id/9f/5afdec4d0957d423abe60d3b76675e2072c63d.11
/usr/lib/.build-id/9f/5afdec4d0957d423abe60d3b76675e2072c63d.12
/usr/lib/.build-id/9f/5afdec4d0957d423abe60d3b76675e2072c63d.13
/usr/lib/.build-id/9f/5afdec4d0957d423abe60d3b76675e2072c63d.2
/usr/lib/.build-id/9f/5afdec4d0957d423abe60d3b76675e2072c63d.3
/usr/lib/.build-id/9f/5afdec4d0957d423abe60d3b76675e2072c63d.4
/usr/lib/.build-id/9f/5afdec4d0957d423abe60d3b76675e2072c63d.5
/usr/lib/.build-id/9f/5afdec4d0957d423abe60d3b76675e2072c63d.6
/usr/lib/.build-id/9f/5afdec4d0957d423abe60d3b76675e2072c63d.7
/usr/lib/.build-id/9f/5afdec4d0957d423abe60d3b76675e2072c63d.8
/usr/lib/.build-id/9f/5afdec4d0957d423abe60d3b76675e2072c63d.9
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/773ea146c4705448ae599224a299592c72185c
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/270b2591a653d4c71e563afa2d12427f1f8ded
/usr/share/doc/hfsutils
/usr/share/doc/hfsutils/CHANGES
/usr/share/doc/hfsutils/CREDITS
/usr/share/doc/hfsutils/README
/usr/share/doc/hfsutils/TODO
/usr/share/licenses/hfsutils
/usr/share/licenses/hfsutils/COPYING
/usr/share/licenses/hfsutils/COPYRIGHT
/usr/share/man/man1/hattrib.1.gz
/usr/share/man/man1/hcd.1.gz
/usr/share/man/man1/hcopy.1.gz
/usr/share/man/man1/hdel.1.gz
/usr/share/man/man1/hdir.1.gz
/usr/share/man/man1/hformat.1.gz
/usr/share/man/man1/hfs.1.gz
/usr/share/man/man1/hfssh.1.gz
/usr/share/man/man1/hfsutils.1.gz
/usr/share/man/man1/hls.1.gz
/usr/share/man/man1/hmkdir.1.gz
/usr/share/man/man1/hmount.1.gz
/usr/share/man/man1/hpwd.1.gz
/usr/share/man/man1/hrename.1.gz
/usr/share/man/man1/hrmdir.1.gz
/usr/share/man/man1/humount.1.gz
/usr/share/man/man1/hvol.1.gz
References
Summary
In this tutorial we learn how to install hfsutils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).