How To Install AcetoneISO on Fedora 36
Introduction
In this tutorial we learn how to install AcetoneISO
on Fedora 36.
What is AcetoneISO
AcetoneISO - Mount and Unmount ISO, MDF, NRG (if iso-9660 standard) - Convert / Extract / Browse to ISO *.xbx *.b5i *.bwi *.pdi - Play a DVD Movie ISO with most used media players - Generate an ISO from a Folder or CD/DVD - Generate MD5 file of an image - Encrypt an image - Split image into X megabyte chunks - Highly compress an image - Rip a PSX cd to *.bin to make it work with epsxe/psx emulators - Service-Menu support for Konqueror - Restore a lost CUE file of *.bin *.img
We can use yum
or dnf
to install AcetoneISO
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install AcetoneISO.
Install AcetoneISO 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 AcetoneISO
using dnf
by running the following command:
sudo dnf -y install AcetoneISO
Install AcetoneISO 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 AcetoneISO
using yum
by running the following command:
sudo yum -y install AcetoneISO
How To Uninstall AcetoneISO on Fedora 36
To uninstall only the AcetoneISO
package we can use the following command:
sudo dnf remove AcetoneISO
AcetoneISO Package Contents on Fedora 36
/usr/bin/acetoneiso
/usr/bin/b5i2iso
/usr/bin/cdi2iso
/usr/bin/mdf2iso
/usr/bin/pdi2iso
/usr/lib/.build-id
/usr/lib/.build-id/31
/usr/lib/.build-id/31/5bb2caef5c6c949279ee2ea391f2ccbc5351e8
/usr/lib/.build-id/68
/usr/lib/.build-id/68/6d53a919da7c638f76f4fd3645c9ca09cd263e
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/22fed7fc776bdaf2cc8e27c632e77f2f91b731
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/2d61dbb9a9a46e5e9d6d2b0a2c137e11aee529
/usr/sbin/playiso-unmount.sh
/usr/sbin/turbo.sh
/usr/share/applications/AcetoneISO.desktop
/usr/share/apps/AcetoneISO
/usr/share/apps/AcetoneISO/scripts
/usr/share/apps/AcetoneISO/scripts/AcetoneISO.kmdr
/usr/share/apps/konqueror/servicemenus/acetoneiso-mount.desktop
/usr/share/apps/konqueror/servicemenus/acetoneiso-umount.desktop
/usr/share/doc/AcetoneISO
/usr/share/doc/AcetoneISO/GPL
/usr/share/doc/AcetoneISO/README
/usr/share/doc/AcetoneISO/changelog
/usr/share/pixmaps/acetone.png
/usr/share/pixmaps/aiso.png
References
Summary
In this tutorial we learn how to install AcetoneISO
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).