Howto wsl windows: Difference between revisions

From Vidalinux Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
update the wsl kernel:
update the wsl kernel:
  wsl --update
  wsl --update
set windows subsystem for linux 2 your default architecture for new distros:
wsl --set-default-version 2

Revision as of 20:58, 1 February 2023

list of available wsl distros to install:

wsl --list --online

install specific distro:

wsl --install -d kali-linux

update the wsl kernel:

wsl --update

set windows subsystem for linux 2 your default architecture for new distros:

wsl --set-default-version 2