Looking to create a bootable Windows USB drive on your Ubuntu machine? In this tutorial, I'll show you step-by-step how to install WoeUSB on Ubuntu, a simple and powerful tool for making Windows USB installers. Whether you're setting up a dual boot or switching from Ubuntu to Windows, WoeUSB will make the process quick and hassle-free. Watch this video to learn how to.
💻 Commands mentioned in the video:
sudo apt update && sudo apt upgrade -y
sudo apt install git p7zip-full python3-wxgtk4.0
git clone https://github.com/WoeUSB/WoeUSB-ng.git
cd WoeUSB-ng
sudo apt install build-essential devscripts equivs git p7zip-full python3-all python3-pip python3-setuptools python3-wheel python3-wxgtk4.0
sudo python3 setup.py install