Skip to content
Nathan Easton edited this page Feb 11, 2025 · 10 revisions

The page documents distro-specific details regarding WoeUSB's software dependencies, feel free to add a new section if your distro isn't listed.

You may also add sections specific to a certain release of a certain OS distribution if it requires release-specific instructions.

Ubuntu/Debian

This section documents how to install WoeUSB software dependencies on a recent Ubuntu/Debian operating system.

sudo apt install \
    bash \
    dosfstools \
    findutils \
    grep \
    gawk \
    grub-common \
    grub-pc-bin \
    ntfs-3g \
    p7zip-full \
    parted \
    util-linux \
    wget \
    wimtools

CentOS 7

CentOS 7 ships the 4.2 version of the Bash script interpreter, which is not compatible with WoeUSB. Install/upgrade to a newer Bash to workaround this problem.

sudo yum install \
    # T.B.A.

Fedora

sudo dnf install bash dosfstools findutils grep gawk grub2-common grub2-pc ntfs-3g p7zip wimlib-utils

Clone this wiki locally