Windows Subsystem for Linux(WSL)随记

来自三线的随记

Enable WSL feature in powershell

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

reboot your system


Distros resources

  • ubuntu-1804 https://aka.ms/wsl-ubuntu-1804
  • ubuntu-1804-arm https://aka.ms/wsl-ubuntu-1804-arm
  • ubuntu-1604 https://aka.ms/wsl-ubuntu-1604
  • Debian GNU/Linux https://aka.ms/wsl-debian-gnulinux
  • Kali Linux https://aka.ms/wsl-kali-linux-new
  • OpenSUSE Leap 42 https://aka.ms/wsl-opensuse-42
  • SUSE Linux Enterprise Server 12 https://aka.ms/wsl-sles-12
  • Fedora Remix for WSL https://github.com/WhitewaterFoundry/WSLFedoraRemix/releases/


Distros referenc

https://docs.microsoft.com/en-us/windows/wsl/install-manual


Download distro command

Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1604 -OutFile Ubuntu.appx -UseBasicParsing