How To Install xbiso on Fedora 36
In this tutorial we learn how to install xbiso in Fedora 36. xbiso is ISO extraction utility for xdvdfs images
Introduction
In this tutorial we learn how to install xbiso
on Fedora 36.
What is xbiso
xbiso is an ISO extraction utility for xdvdfs images.
We can use yum
or dnf
to install xbiso
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xbiso.
Install xbiso 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 xbiso
using dnf
by running the following command:
sudo dnf -y install xbiso
Install xbiso 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 xbiso
using yum
by running the following command:
sudo yum -y install xbiso
How To Uninstall xbiso on Fedora 36
To uninstall only the xbiso
package we can use the following command:
sudo dnf remove xbiso
xbiso Package Contents on Fedora 36
/usr/bin/xbiso
/usr/lib/.build-id
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/0bbf0dfbf6bbd4839c2cac62395c4a0f08a896
/usr/share/doc/xbiso
/usr/share/doc/xbiso/CHANGELOG
/usr/share/doc/xbiso/LICENSE
/usr/share/doc/xbiso/README
References
Summary
In this tutorial we learn how to install xbiso
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).