How to install WSL in single command | Linux on Windows 10
2K views
Aug 2, 2021
In this video, you will learn how to install WSL (Windows Subsystem for Linux) in Windows 10 using Single command. Earlier this process was complex but recently with KB5004296 was released by Microsoft. You just need to run wsl --install command to install Ubuntu on your Windows 10 using WSL. For more information and pre-requisite, you can visit https://cloudlinuxtech.com/install-wsl-in-single-command/ You will also learn how to check the status of WSL. Useful WSL commands - wsl --install wsl --install -d "Distro" wsl --update wsl --online --list wsl --status sudo apt update sudo apt install "package name"