ubuntu-wsl2-systemd-script(适用ubuntu)
sudo apt install git
git clone https://github.com/DamionGans/ubuntu-wsl2-systemd-script.git
cd ubuntu-wsl2-systemd-script/
bash ubuntu-wsl2-systemd-script.sh
genie(适用arch/manjaro/centos等)
yay dotnet
yay -S genie-systemd
ubuntu使用国内源
sudo sed -i 's/archive.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
sudo apt update -y
启用适用于 Linux 的 Windows 子系统
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
更新到 WSL 2
要求
- 对于 x64 系统: 版本 1903 或更高版本,采用 内部版本 18362 或更高版本。
- 对于 ARM64 系统: 版本 2004 或更高版本,采用 内部版本 19041 或更高版本。
- 低于 18362 的版本不支持 WSL 2。 使用 Windows Update 助手更新 Windows 版本。
若要检查 Windows 版本及内部版本号,选择 Windows 徽标键 + R,然后键入“winver”,选择“确定”。 (或者在 Windows 命令提示符下输入 ver 命令)。 更新到“设置”菜单中的最新 Windows 版本。
启用虚拟机功能
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
下载 Linux 内核更新包
将 WSL 2 设置为默认版本
wsl --set-default-version 2
安装所选的 Linux 分发
打开 Microsoft Store,并选择你偏好的 Linux 分发版。
安装 Windows 终端 (可选)
https://docs.microsoft.com/zh-cn/windows/terminal/get-started