"A connection with the server could not be established" Error for "wsl --install -d Ubuntu" (#9460), similarity score: 0.81 wsl --install fails with Wsl/InstallDistro/0x80072f8f (#11181), similarity score: 0.79 wsl --installthrowsError code: Wsl/InstallDistro/WININET_E_NAME_NOT_RESOLVED(...
Then i tried to run the following command: wsl.exe --install Ubuntu-20.04 and got the error as : >> Copy Installing: Ubuntu 20.04 LTS Ubuntu 20.04 LTS has been installed. Catastrophic failure Error code: Wsl/InstallDistro/E_UNEXPECTED What may be reason and how can I install Ubuntu 20...
Windows Version Microsoft Windows [Versión 10.0.22631.3296] WSL Version 2.1.5.0 Are you using WSL 1 or WSL 2? WSL 2 WSL 1 Kernel Version 5.15.146.1-2 Distro Version No response Other Software No response Repro Steps wsl --install Expecte...
安装方法一:Install a New Distro 安装方法二:Make your Current Distro Run Systemd WSL 中使用 systemctl 命令会报错,报错信息如下。 System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down WSL 并没有通过 systemd 启动,所以无法执行...
這會導致將<distro>.appx套件下載到您選擇的資料夾。 如果想要的話,您也可以透過命令列下載慣用的發行版本,而且可使用 PowerShell 搭配Invoke-WebRequestCmdlet。 例如,若要下載 Ubuntu 20.04: PowerShell Invoke-WebRequest-Urihttps://aka.ms/wslubuntu2004-OutFileUbuntu.appx-UseBasicParsing ...
然后,可以运行wsl.exe --install test-distro-v1以尝试安装新分发版。 完成后,可以删除HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Lxss\DistributionListUrl以还原到官方清单。 最佳做法 配置文件 /etc/wsl.conf并/etc/wsl-distribution.conf应包含。 它们应归其root:root所有,其权限应为0644 ...
这将导致<distro>.appx包下载到你选择的文件夹。 如果愿意,你也可通过命令行下载首选的发行版,可将 PowerShell 与Invoke-WebRequestcmdlet 一起使用。 例如,下载 Ubuntu 20.04: Invoke-WebRequest -Uri https://aka.ms/wslubuntu2004 -OutFile Ubuntu.appx -UseBasicParsing ...
要更改版本,请使用wsl --set-version <distro name> 2命令将<distro name>替换为要更新的 Linux 发行版的名称。 例如,wsl --set-version Ubuntu-20.04 2会将 Ubuntu 20.04 发行版设置为使用 WSL 2。 如果在wsl --install命令可用之前手动安装了 WSL,则可能还需要启用 WSL 2 所使用的虚拟机可选组件并安装内...
We’ve added automatic distro installation towsl--installinWindows 10 insiders preview build 20246! This means that installing WSL is now easier than ever, as now when you runwsl--installall the necessary components that you need for WSL will be automatically enabled, including ...
wsl --install 上述命令仅在完全未安装 WSL 时才有效,如果运行wsl --install并查看 WSL 帮助文本,请尝试运行wsl --list --online以查看可用发行版列表并运行wsl --install -d <DistroName>以安装发行版。 123456789101112131415161718 wsl --list --online以下是可安装的有效分发的列表。使用 'wsl.exe --install...