Install WoeUSB on Debian

WoeUSB is a tool to create bootable Windows installers.

Installation

sudo apt install git p7zip-full python3-pip python3-wxgtk4.0 grub2-common grub-pc-bin parted dosfstools ntfs-3g

sudo pip3 install WoeUSB-ng

To fix error:

error: externally-managed-environment

Execute:

sudo mv /usr/lib/python3.11/EXTERNALLY-MANAGED /usr/lib/python3.11/EXTERNALLY-MANAGED.old

linux windows

Back