To update the WSL (Windows Subsystem for Linux) kernel, you need to install the latest Linux kernel update package. Here are the steps you should follow:
- Download the latest package:
- For x64 machines: WSL2 Linux kernel update package for x64 machines
- For ARM64 machines: WSL2 Linux kernel update package for ARM64 machines
- Run the update package: After downloading, double-click the MSI file to run it. You will be prompted for elevated permissions; select ‘yes’ to approve the installation.
- Set WSL 2 as your default version (if you want new installations to use WSL 2): Open PowerShell and run the command:
wsl --set-default-version 2
After completing these steps, your WSL kernel should be updated to the latest version available.