Pre-requisite: You must be running Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11
> Run powershell as administrator
> Run command:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
wsl --install -d Ubuntu
> Restart the system, after that find and run Ubuntu and it will ask you to set a user name and password.
sudo apt update && sudo apt upgrade
sudo apt install gedit -y
reference: Install WSL | Microsoft Docs
No comments:
Post a Comment