
Install WSL | Microsoft Learn
Nov 19, 2024 · You can list your installed Linux distributions and check the version of WSL each is set to by entering the command: wsl -l -v in PowerShell or Windows Command Prompt. To set the default version to WSL 1 or WSL 2 when a new Linux distribution is installed, use the command: wsl --set-default-version <Version#>, replacing <Version#> with either 1 ...
Run Linux GUI apps with WSL | Microsoft Learn
Jan 10, 2024 · Windows Subsystem for Linux (WSL) now supports running Linux GUI applications (X11 and Wayland) on Windows in a fully integrated desktop experience. WSL 2 enables Linux GUI applications to feel native and natural to use on Windows.
How to Install WSL2 on Windows 11: A Step-by-Step Guide for …
Aug 26, 2024 · Installing WSL2 on Windows 11 is a breeze if you follow these simple steps. First, you’ll enable the Windows Subsystem for Linux and Virtual Machine Platform features. Then, you’ll install a Linux distribution from the Microsoft Store. Finally, you’ll set …
Windows Subsystem for Linux Documentation | Microsoft Learn
Jun 26, 2022 · Windows Subsystem for Linux (WSL) lets developers run a GNU/Linux environment -- including most command-line tools, utilities, and applications -- directly on Windows, unmodified, without the overhead of a traditional virtual machine or dual-boot setup.
How to Enable WSL in Windows 11: A Step-by-Step Guide for …
Aug 29, 2024 · Enabling WSL in Windows 11 will allow you to run a Linux distribution alongside your Windows operating system. This is useful for development, running scripts, and other tasks that benefit from a Linux environment. Follow these steps to get started.
Install Ubuntu on WSL2 - Ubuntu on WSL documentation
Apr 10, 2025 · How to enable and install WSL on Windows 10 and Windows 11. How to install Ubuntu 24.04 LTS using the Microsoft Store or WSL commands in the terminal. What you will need¶ Windows 10 or 11 running on either a physical device or virtual machine. All of the latest Windows updates installed. Install WSL¶ You can install WSL from the command line.
How to Use WSL on Windows 11: A Comprehensive Guide for …
Oct 1, 2024 · Learning how to use WSL (Windows Subsystem for Linux) on Windows 11 makes it easy to run a Linux environment directly on your Windows machine. It involves enabling WSL from Windows Features, installing a Linux distribution from the Microsoft Store, and setting up your Linux environment.
Install Windows Subsystem for Linux (WSL) in Windows 11
Jul 4, 2021 · This tutorial will show you how to install the Windows Subsystem for Linux (WSL) feature in Windows 10 and Windows 11.
Installing Windows Subsystem for Linux (WSL) on Windows 11
With WSL, you can run native Linux software on your Windows 11 computer without installing a separate virtual machine or using a dual-boot configuration. In this post, we’ll show how to install and configure WSL2 on Windows 11.
How to Install the Windows Subsystem for Linux on Windows 11?
Apr 25, 2022 · WSL, or Windows Subsystem for Linux, lets developers run a Linux or GNU environment directly and enables one to run a bash terminal on a Windows system, without necessarily relying on a full virtual machine or dual boot setup in place.