-
Notifications
You must be signed in to change notification settings - Fork 146
Dependencies
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.
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 \
wimtoolsCentOS 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.
sudo dnf install bash dosfstools findutils grep gawk grub2-common grub2-pc ntfs-3g p7zip wimlib-utils
Copyright © WoeUSB Contributors
Unless otherwise specified, the content of this Wiki is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license (and any recent version of your preference).
Participating in the contribution of this Wiki indicates that you are agreeing to license your contribution under the same terms.