How to install microsoft/WSL. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
microsoft/WSL Installation Guide
How to install microsoft/WSL. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for microsoft/WSL. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i microsoft/WSLor
Install via npx
npx @hexmos/ipm i microsoft/WSLPrerequisites
Windows
osVersion: 10.0.19041 or later (or equivalent Windows 11 build)
WSL2
system_packageVersion: 2.0.0 or later
Git
build_toolVersion: 2.35.1 or later
Python
languageVersion: 3.8.0 or later
pip
package_managerVersion: 21.3.1 or later
Node.js
build_toolVersion: 18.0.0 or later
npm
package_managerVersion: 12.19.0 or later
Docker
system_toolVersion: 20.10.1 or later
Microsoft Visual Studio Code
environmentVersion: 1.74.1 or later
Linux Kernel
system_packageVersion: 5.10.0 or later
Microsoft Visual Studio
environmentJava Development Kit (JDK)
system_toolVersion: 17.0.1 or later
Android Studio
environmentVersion: 4.2.3 or later
Visual Studio Build Tools
system_toolVersion: 17.0.1 or later
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Command Line Installation
wsl --installPost Installation Steps
- Open a terminal and run the command `wsl --list` to see which Linux distributions are available.
- To start using WSL, you can launch your preferred Linux distribution from the Start menu or by searching for it in the Windows search bar.
- Once you've launched your Linux distribution, you can use familiar commands like `ls`, `cd`, and `mkdir` to navigate and organize files.
- To check if WSL is running correctly, run the command `cat /proc/version` in a terminal. This will display the version of the kernel running on WSL.
