In this post, we'll see how to** download and install WoeUSB for creating bootable Windows USB**. You'll also see several options for installation.

If you need to check how to create bootable Windows USB you can check:

Solution 1: Install WoeUSB from Software Manager

The first and easiest option is to find the package in Linux Mint Software Manager. Just search for WoeUSB and install it or type in terminal:

sudo apt-get install WoeUSB

If the package is missing then you can go to next steps.

Solution 2: Download WoeUSB deb file from GitHub

The source code and all versions of the application are available from two places. There is GitHub ticket explaining why there are two repositories: The future of WoeUSB

  • WoeUSB/WoeUSB: for the standalone bash script woeusb
  • WoeUSB/WoeUSB-frontend-wxgtk: For the current wxGTK implementation of the wrapper application of woeusb
  • WoeUSB/WoeUSB-ng: For the Python re-implementation of woeusb and its graphical interface

Standalone bash script

  1. Visit WoeUSB /
    WoeUSB
  2. Download the zip file or tar.gz.
  3. Extract the content
  4. Navigate to extracted folder and enter in sbin
  5. Start terminal
  6. Start WoeUSB with ./woeusb
WoeUSB @@WOEUSB_VERSION@@ Help Information
======================================
WoeUSB can create a bootable Microsoft Windows(R) USB storage device from an existing Windows optical disk or an ISO disk image.

Currently two creation methods are supported:

App

  1. Visit slacka /
    WoeUSB
  2. Download the latest .deb file - for example: woeusb-build-deps_3.3.1_all.deb
  3. Then open the file with Package Installer.
  4. Install the package and it's dependencies:

python_online_editor_2020

Solution 3: Install WoeUSB as Python package

WoeUSB is available as an independent port for Python in PyPI - WoeUSB-ng. All you need to do is:

pip install WoeUSB-ng