Arch Linux for the Windows Subsystem for Linux (WSL) based on the official root filesystem without any modifications.
- Enable WSL if you haven't done already:
-
wsl --install --no-distribution
-
Download
ArchLinux-wsl.tar.gz
from the latest release. -
Import the tarball into WSL:
-
wsl --import ArchLinux $env:USERPROFILE\ArchLinux\ ArchLinux-wsl.tar.gz --version 2
- You can now run ArchLinux:
-
wsl -d ArchLinux
For more WSL detailed instructions, refer to the documentation.
For more detailed instructions on using Arch Linux, refer to the documentation.
Apache License, Version 2.0. See LICENSE
or http://www.apache.org/licenses/LICENSE-2.0.html for details.