Code Yarns ‍👨‍💻
Tech BlogPersonal Blog

How to install WSL

📅 2020-Nov-22 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ wsl ⬩ 📚 Archive

Windows Subsystem for Linux (WSL) enables users on Windows to install Linux distributions and use Linux from inside a terminal. There are two versions of WSL: WSL1 and WSL2. The latter requires your Windows version to be 1903 or later, with build to be 18362 or later. My personal Windows computer qualified for WSL2, so I installed that and then Ubuntu 20.04 using the following steps:

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

Restart your computer.

dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart

Restart your computer.

wsl --set-default-version 2

Reference: Windows Subsystem for Linux Installation Guide for Windows 10

Tried with: Windows 10 Version 1909 (Build 18363.1198)


© 2022 Ashwin Nanjappa • All writing under CC BY-SA license • 🐘 @codeyarns@hachyderm.io📧