How To Install zisofs-tools on Fedora 36
Introduction
In this tutorial we learn how to install zisofs-tools
on Fedora 36.
What is zisofs-tools
A utility which works in combination with an appropriately patched version of mkisofs to allow the creation of compressed CD-ROM filesystems.
We can use yum
or dnf
to install zisofs-tools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zisofs-tools.
Install zisofs-tools 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 zisofs-tools
using dnf
by running the following command:
sudo dnf -y install zisofs-tools
Install zisofs-tools 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 zisofs-tools
using yum
by running the following command:
sudo yum -y install zisofs-tools
How To Uninstall zisofs-tools on Fedora 36
To uninstall only the zisofs-tools
package we can use the following command:
sudo dnf remove zisofs-tools
zisofs-tools Package Contents on Fedora 36
/usr/bin/mkzftree
/usr/lib/.build-id
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/939b98efb19a8c68541625692f15be2982e398
/usr/share/doc/zisofs-tools
/usr/share/doc/zisofs-tools/COPYING
/usr/share/doc/zisofs-tools/README
/usr/share/doc/zisofs-tools/zisofs.magic
/usr/share/man/man1/mkzftree.1.gz
References
Summary
In this tutorial we learn how to install zisofs-tools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).