https://docs.microsoft.com/zh-cn/windows/wsl/install-manual

 

 

Powershell方式安装:

命令:

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

 

查看已安装的linux系统

命令:

wslconfig /list

卸载:

wslconfig /unregister <DistributionName>

相关文章:

  • 2021-10-21
  • 2021-04-09
  • 2021-10-17
  • 2022-12-23
  • 2021-07-23
  • 2021-12-12
  • 2021-11-07
  • 2022-01-29
猜你喜欢
  • 2022-12-23
  • 2021-06-08
  • 2021-11-12
  • 2022-12-23
  • 2021-06-05
  • 2022-12-23
相关资源
相似解决方案