无法在 Windows 2019 上安装 wsl 发行版

无法在 Windows 2019 上安装 wsl 发行版

我通过以下步骤在 Windows 2019 服务器上安装了 wsl:

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

一切成功完成后,我重新启动了。

wsl命令运行,但由于标准 cli 选项无效,它似乎没有完全发挥作用。

wsl --install -d Ubuntu
Invalid command line option: --install

我也尝试过手动下载分布通过curl.exe -L -o ubuntu-2004.appx https://aka.ms/wslubuntu2004并安装它Add-AppxPackage但运行wsl仍然报告Linux has no installed distributions.

wsl
Windows Subsystem for Linux has no installed distributions.
Distributions can be installed by visiting the Microsoft Store:
https://aka.ms/wslstore

关于我在这里缺少什么有什么想法吗?我的最终目标只是使用 rsync。

相关内容