Table of Contents
- wsl的安装_wsl安装-CSDN博客
- WSL 1 与 WSL 2 有什么区别?到底哪个更适合你_wsl1和wsl2区别-CSDN博客
- 喜迎 WSL 1.0 发布,Windows 10 的 WSL 2 也可以用 systemd 了,再水一篇安装教程 - 知乎
- Windows Subsystem for Linux (WSL) chính thức phát hành trên Microsoft ...
- Windows Subsystem for Linux (WSL) Nedir? · Miuul
- WSL 现在提供 Systemd 支持 - Linux迷
- [WSL] 通过 WSL 在 Windows 10 上运行 Linux GUI 应用_wsl 3d加速-CSDN博客
- 喜迎 WSL 1.0 发布,Windows 10 的 WSL 2 也可以用 systemd 了,再水一篇安装教程 - 知乎
- Windows Sub-system for Linux (WSL) and Lando tips and tricks - Joshua ...
- WSL 现在提供 Systemd 支持 - Linux迷

![[WSL] 通过 WSL 在 Windows 10 上运行 Linux GUI 应用_wsl 3d加速-CSDN博客](https://img-blog.csdnimg.cn/20210422183628927.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L1hpZUVEZUhlaVNob3U=,size_16,color_FFFFFF,t_70#pic_center)

What is WSL2?



System Requirements


Enabling WSL2
To enable WSL2, follow these steps: 1. Open the Start menu and search for "Turn Windows features on or off." 2. Scroll down and check the box next to "Windows Subsystem for Linux 2" or "Windows Subsystem for Linux." 3. Click "OK" to save changes. 4. Restart your computer.
Installing Ubuntu on WSL2
Once WSL2 is enabled, you can install Ubuntu from the Microsoft Store: 1. Open the Microsoft Store. 2. Search for "Ubuntu" in the search bar. 3. Click on the "Ubuntu" result, then click "Install." 4. Wait for the installation to complete. Alternatively, you can install Ubuntu using the command line: 1. Open the Command Prompt or PowerShell as an administrator. 2. Run the command `wsl --install -d Ubuntu`. 3. Wait for the installation to complete.