logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/WSL
or

Install via npx

npx @hexmos/ipm i microsoft/WSL

Prerequisites

Windows

os

Version: 10.0.19041 or later (or equivalent Windows 11 build)

WSL2

system_package

Version: 2.0.0 or later

Git

build_tool

Version: 2.35.1 or later

Python

language

Version: 3.8.0 or later

pip

package_manager

Version: 21.3.1 or later

Node.js

build_tool

Version: 18.0.0 or later

npm

package_manager

Version: 12.19.0 or later

Docker

system_tool

Version: 20.10.1 or later

Microsoft Visual Studio Code

environment

Version: 1.74.1 or later

Linux Kernel

system_package

Version: 5.10.0 or later

Microsoft Visual Studio

environment

Java Development Kit (JDK)

system_tool

Version: 17.0.1 or later

Android Studio

environment

Version: 4.2.3 or later

Visual Studio Build Tools

system_tool

Version: 17.0.1 or later

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Command Line Installation

wsl --install

Post 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.