How to Install and Uninstall hfsutils-devel.i686 Package on Fedora 35

Last updated: May 20,2024

1. Install "hfsutils-devel.i686" package

This tutorial shows how to install hfsutils-devel.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install hfsutils-devel.i686

2. Uninstall "hfsutils-devel.i686" package

This guide let you learn how to uninstall hfsutils-devel.i686 on Fedora 35:

$ sudo dnf remove hfsutils-devel.i686 $ sudo dnf autoremove

3. Information about the hfsutils-devel.i686 package on Fedora 35

Last metadata expiration check: 1:35:38 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : hfsutils-devel
Version : 3.2.6
Release : 42.fc35
Architecture : i686
Size : 61 k
Source : hfsutils-3.2.6-42.fc35.src.rpm
Repository : fedora
Summary : A C library for reading and writing Macintosh HFS volumes
URL : http://www.mars.org/home/rob/proj/hfs/
License : GPLv2+
Description : 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.