Note: 因为某些网络问题需要命令行手动下载wsl安装包离线安装

下载wsl 发行版

# 命令行下载 powershell
Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1604 -OutFile Ubuntu.appx -UseBasicParsing

Link: 如果下载需要很长时间, 请通过设置来关闭进度栏$ProgressPreference = 'SilentlyContinue'

安装发行版

Add-AppxPackage .\app_name.appx

REF

相关文章:

  • 2022-12-23
  • 2022-02-08
  • 2021-09-28
  • 2021-11-20
  • 2021-12-19
  • 2021-10-22
  • 2022-12-23
  • 2021-07-29
猜你喜欢
  • 2021-07-29
  • 2022-12-23
  • 2021-10-18
  • 2022-12-23
  • 2021-12-12
  • 2021-06-10
  • 2021-11-12
相关资源
相似解决方案