如何下载 ubuntu WSL 离线安装发行版
How do you download ubuntu distribution for WSL offline install
我正在尝试为 ubuntu 20.04 windows 应用商店设置 WSL,在我的组织中禁止下载。我可以获得 appx 文件的离线构建吗?
我遇到以下错误:
Add-AppxPackage:部署失败,HRESULT:0x80073CF0,无法打开包。
错误 0x8007000D:从位置 Ubuntu.appx 打开包失败。
注意:有关其他信息,请在事件日志中查找 [ActivityId] 61dcaa29-6a91-0005-bbef-dc61916ad701 或使用
命令行 Get-AppPackageLog -ActivityID 61dcaa29-6a91-0005-bbef-dc61916ad701
在 line:1 char:1
- 添加 AppxPackage .\Ubuntu.appx
-
+ CategoryInfo : OpenError: (C:\Dev\Ubuntu.appx:String) [Add-AppxPackage], FileNotFoundException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
There are several scenarios in which you may not be able (or want) to,
install WSL Linux distros via the Microsoft Store. Specifically, you
may be running a Windows Server or Long-Term Servicing (LTSC) desktop
OS SKU that doesn't support Microsoft Store, or your corporate network
policies and/or admins to not permit Microsoft Store usage in your
environment.
我正在尝试为 ubuntu 20.04 windows 应用商店设置 WSL,在我的组织中禁止下载。我可以获得 appx 文件的离线构建吗?
我遇到以下错误: Add-AppxPackage:部署失败,HRESULT:0x80073CF0,无法打开包。 错误 0x8007000D:从位置 Ubuntu.appx 打开包失败。 注意:有关其他信息,请在事件日志中查找 [ActivityId] 61dcaa29-6a91-0005-bbef-dc61916ad701 或使用 命令行 Get-AppPackageLog -ActivityID 61dcaa29-6a91-0005-bbef-dc61916ad701 在 line:1 char:1
- 添加 AppxPackage .\Ubuntu.appx
-
+ CategoryInfo : OpenError: (C:\Dev\Ubuntu.appx:String) [Add-AppxPackage], FileNotFoundException + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
There are several scenarios in which you may not be able (or want) to, install WSL Linux distros via the Microsoft Store. Specifically, you may be running a Windows Server or Long-Term Servicing (LTSC) desktop OS SKU that doesn't support Microsoft Store, or your corporate network policies and/or admins to not permit Microsoft Store usage in your environment.