How To Install genisoimage on Fedora 36
Introduction
In this tutorial we learn how to install genisoimage
on Fedora 36.
What is genisoimage
The genisoimage program is used as a pre-mastering program; i.e., it generates the ISO9660 file-system. Genisoimage takes a snapshot of a given directory tree and generates a binary image of the tree which will correspond to an ISO9660 file-system when written to a block device. Genisoimage is used for writing CD-ROMs, and includes support for creating boot-able El Torito CD-ROMs. Install the genisoimage package if you need a program for writing CD-ROMs.
We can use yum
or dnf
to install genisoimage
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install genisoimage.
Install genisoimage 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 genisoimage
using dnf
by running the following command:
sudo dnf -y install genisoimage
Install genisoimage 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 genisoimage
using yum
by running the following command:
sudo yum -y install genisoimage
How To Uninstall genisoimage on Fedora 36
To uninstall only the genisoimage
package we can use the following command:
sudo dnf remove genisoimage
genisoimage Package Contents on Fedora 36
/usr/bin/genisoimage
/usr/bin/isodebug
/usr/bin/isodump
/usr/bin/isoinfo
/usr/bin/isovfy
/usr/bin/mkhybrid
/usr/bin/mkisofs
/usr/bin/pitchplay
/usr/bin/readmult
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/2b547143fdd9289cb70fac2c742ed01b5efdad
/usr/lib/.build-id/31
/usr/lib/.build-id/31/c62a970fd20ce260811fdc2aefdcf3c961efad
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/5bee71f6bb77051aa141d05fc84a1e1d00b185
/usr/lib/.build-id/73
/usr/lib/.build-id/73/c0102775e2378c8d5537058702c3b3e1285c65
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/b157a77f9720c518ab6a1ced1de50e05b3b588
/usr/share/doc/genisoimage
/usr/share/doc/genisoimage/genisoimage
/usr/share/doc/genisoimage/genisoimage/README
/usr/share/doc/genisoimage/genisoimage/README.alphaboot
/usr/share/doc/genisoimage/genisoimage/README.compression
/usr/share/doc/genisoimage/genisoimage/README.eltorito
/usr/share/doc/genisoimage/genisoimage/README.graft_dirs
/usr/share/doc/genisoimage/genisoimage/README.hfs_boot
/usr/share/doc/genisoimage/genisoimage/README.hfs_magic
/usr/share/doc/genisoimage/genisoimage/README.hide
/usr/share/doc/genisoimage/genisoimage/README.hppaboot
/usr/share/doc/genisoimage/genisoimage/README.joliet
/usr/share/doc/genisoimage/genisoimage/README.macosx
/usr/share/doc/genisoimage/genisoimage/README.mipsboot
/usr/share/doc/genisoimage/genisoimage/README.mipselboot
/usr/share/doc/genisoimage/genisoimage/README.mkhybrid
/usr/share/doc/genisoimage/genisoimage/README.prep_boot
/usr/share/doc/genisoimage/genisoimage/README.releasenotes
/usr/share/doc/genisoimage/genisoimage/README.rootinfo
/usr/share/doc/genisoimage/genisoimage/README.session
/usr/share/doc/genisoimage/genisoimage/README.sort
/usr/share/doc/genisoimage/genisoimage/README.sparcboot
/usr/share/doc/genisoimage/genisoimage/README.sunx86boot
/usr/share/licenses/genisoimage
/usr/share/licenses/genisoimage/COPYING
/usr/share/man/man1/genisoimage.1.gz
/usr/share/man/man1/isodebug.1.gz
/usr/share/man/man1/isodump.1.gz
/usr/share/man/man1/isoinfo.1.gz
/usr/share/man/man1/isovfy.1.gz
/usr/share/man/man1/pitchplay.1.gz
/usr/share/man/man1/readmult.1.gz
/usr/share/man/man5/genisoimagerc.5.gz
References
Summary
In this tutorial we learn how to install genisoimage
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).