WSL2

Windows’ WSL allows for installing a Linux subsystem on a Windows host. WSL2 enhances WSL with support for launching GUI apps as if they were regular Windows programs (or any X.org window). Install WSL2 On recent WSL versions, this process is quite simple: wsl --list --online # See available distros wsl --install -d <distro> # Select & Install distro wsl --set-default-version 2 # Set WSL 2 as the default version If the previous steps fail, WSL can still be installed manually: ...

3 min · 484 words · TrudeEH