In this blog, you will learn how to install ubuntu WSL on windows 11
STEP 1
write ( turn windows feature on or off ) after clicking on the start and then click on the appearing result
STEP 2
now enable these option
- Windows Subsystem for Linux
- Virtual Machine Platform
- Hyper V
and then click ok and then a popup appears to click on restart in popup

STEP 3
Enable virtualization of bios from system settings, you can find this option in system settings in the security tab,
how to enable Virtualization
STEP 4
now open Powershell as an administrator
STEP 5
now write the list of commands one by one
— wsl install -d Ubuntu
after this command, Ubuntu will be downloaded, and try to start the installation but the installation will be failed because you need to update the Kernel of Linux, to that run the below command in Powershell
— wsl –update
after the process completed
STEP 6
restart your computer
STEP 7
now click on the start icon and write ubuntu and now click on ubuntu app it will install the ubuntu and now you can use ubuntu WSL in windows

