Home > Article > System Tutorial > Win11 installation wsl tutorial
Nowadays, many users like to install the wsl subsystem in the win11 system, so that their computers can have multiple operating systems at the same time. However, many friends do not know how to install it. In fact, as long as it is installed in the app store Can be downloaded and installed.
1. First, we click on "App Store" in the taskbar (if not, open it in the start menu)
2. After entering, search for "ubuntu" and click on the application in the search results.
3. After entering the details page, click "Install" in the upper right corner
4. Wait for the software to automatically download and install. After the installation is completed, the dialog box as shown in the figure will pop up.
5. Enter our account and password to use the Linux subsystem in win11.
6. If an error code occurs during installation, open powershell and enter the following code to solve the problem:
“Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux”
The above is the detailed content of Win11 installation wsl tutorial. For more information, please follow other related articles on the PHP Chinese website!