Windows Subsystem for Linux (WSL)
Windows Subsystem for Linux (WSL)
Content
Introduction
System requirements
Install WSL
Basic command in ubuntu
Introduction
The Windows Subsystem for Linux (WSL) allows you to run a Linux environment directly on
your Windows machine, without the need for a separate virtual machine or dual booting. Here
are some key reasons to use WSL:
1. Access Linux tools and frameworks like Bash, sed, awk, Ruby, Python, etc. while still
using Windows productivity tools.
2. Access your local Windows file system from within the Linux Bash shell, with drives
mounted under the /mnt folder.
WSL provides the best of both worlds - the ability to use Linux tools and frameworks while still
benefiting from the Windows operating system and development environment. It's a powerful
tool for developers working with Linux-first technologies and open source projects.
System requirements
● Windows 11 - professional with recent update
Install WSL
To install Ubuntu 22.04 on Windows Subsystem for Linux (WSL), follow these steps:
At first, use the following command to list all the available Linux distros: