gpt4 book ai didi

windows-10 - 如何在没有 Windows 应用商店的情况下安装 WSL?

转载 作者:行者123 更新时间:2023-12-04 11:04:56 26 4
gpt4 key购买 nike

我有 Windows 10 企业版,我发现这个版本没有 Windows 商店
如何使用 ubuntu 安装 linux 子系统(WSL)?

最佳答案

用powershell找到了解决方案!

引用文献

  • https://docs.microsoft.com/en-us/windows/wsl/install-manual
  • https://docs.microsoft.com/he-il/windows/wsl/install-on-server?redirectedfrom=MSDN

  • 以管理员身份使用 Powershell
    Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

    cd c:\

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

    Rename-Item ./Ubuntu.appx ./Ubuntu.zip
    Expand-Archive ./Ubuntu.zip ./Ubuntu

    cd ./Ubuntu

    .\ubuntu1604.exe

    $userenv = [System.Environment]::GetEnvironmentVariable("Path", "User")
    [System.Environment]::SetEnvironmentVariable("PATH", $userenv + ";C:\Ubuntu", "User")

    关于windows-10 - 如何在没有 Windows 应用商店的情况下安装 WSL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59030287/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com