How To Install WoeUSB on Fedora 36
Introduction
In this tutorial we learn how to install WoeUSB
on Fedora 36.
What is WoeUSB
A utility that enables you to create your own bootable Windows installation USB storage device from an existing Windows Installation disc or disk image.
We can use yum
or dnf
to install WoeUSB
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install WoeUSB.
Install WoeUSB 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 WoeUSB
using dnf
by running the following command:
sudo dnf -y install WoeUSB
Install WoeUSB 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 WoeUSB
using yum
by running the following command:
sudo yum -y install WoeUSB
How To Uninstall WoeUSB on Fedora 36
To uninstall only the WoeUSB
package we can use the following command:
sudo dnf remove WoeUSB
WoeUSB Package Contents on Fedora 36
/usr/bin/woeusb
/usr/share/licenses/WoeUSB
/usr/share/licenses/WoeUSB/GPL-3.0-or-later.txt
/usr/share/man/man1/woeusb.1.gz
References
Summary
In this tutorial we learn how to install WoeUSB
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).