How To Install dmg2img on Fedora 36
Introduction
In this tutorial we learn how to install dmg2img
on Fedora 36.
What is dmg2img
This package contains dmg2img utility that is able to uncompress compressed dmg files into plain disk or filesystem images.
We can use yum
or dnf
to install dmg2img
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dmg2img.
Install dmg2img 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 dmg2img
using dnf
by running the following command:
sudo dnf -y install dmg2img
Install dmg2img 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 dmg2img
using yum
by running the following command:
sudo yum -y install dmg2img
How To Uninstall dmg2img on Fedora 36
To uninstall only the dmg2img
package we can use the following command:
sudo dnf remove dmg2img
dmg2img Package Contents on Fedora 36
/usr/bin/dmg2img
/usr/bin/vfdecrypt
/usr/lib/.build-id
/usr/lib/.build-id/64
/usr/lib/.build-id/64/1aa8d2abc7bc9b332317218f39a321435bce43
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/9c9c3e6cd75c6698ed3c3eac38a57220d94fe8
/usr/share/doc/dmg2img
/usr/share/doc/dmg2img/README
/usr/share/licenses/dmg2img
/usr/share/licenses/dmg2img/COPYING
/usr/share/man/man1/vfdecrypt.1.gz
References
Summary
In this tutorial we learn how to install dmg2img
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).