抱歉,您的浏览器无法访问本站

本页面需要浏览器支持(启用)JavaScript


了解详情 >

WSL 可以在 Windows 下运行 Linux ,而且性能高,启动速度快,基本可以满足日常需求。

  1. 安装 WSL 1

    dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
    

    重启。

  2. 升级到 WSL 2

    dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
    

    重启。

  3. 下载更新包

    wsl_update_x64.msi

  4. 设置版本

    wsl --set-default-version 2
    
  5. 在 Microsoft Store 安装 Linux 版本。

    推荐 Ubuntu ,功能齐全。

  6. 初始化

    PowershellWindows Terminal 中输入 Debian,会提示配置用户名和密码。

  7. 配置 root 用户

    运行 debian config --default-user root,即可默认启用 root 账户。

  8. 设置国内源

    使用以下内容覆盖 /etc/apt/sources.list。可以使用 vim 等命令,具体百度。

    deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
    deb-src http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
    
    deb http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
    deb-src http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
    
    deb http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
    deb-src http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
    
    deb http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
    deb-src http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
    
    deb http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
    deb-src http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
    
  9. 设置默认 Linux

    wslconfig /list
    wslconfig /setdefault Ubuntu
    



博客内容遵循 [署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0) 协议](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh)
本站总访问量为 访客数为
本站使用 Volantis 作为主题