
Windows Subsystem for Linux Documentation | Microsoft Learn
Jun 26, 2022 · What is the Windows Subsystem for Linux (WSL)? What's new with WSL 2? Comparing WSL 1 and WSL 2; Frequently Asked Questions; Get started. Install WSL; Install Linux on Windows Server; Manual install steps; Best practices for setting up a WSL development environment; Try WSL preview features by joining the Windows Insiders Program
What is Windows Subsystem for Linux | Microsoft Learn
Nov 28, 2023 · WSL is designed to provide a seamless and productive experience for developers who want to use both Windows and Linux at the same time. Use WSL to install and run various Linux distributions, such as Ubuntu, Debian, Kali, and more.
Windows Subsystem for Linux とは | Microsoft Learn
Mar 30, 2025 · WSL は、Windows と Linux の両方を同時に使用する開発者にシームレスで生産性の高いエクスペリエンスを提供するように設計されています。 WSL を使用して、Ubuntu、Debian、Kali などのさまざまな Linux ディストリビューションをインストールして実行します。
WSL バージョンの比較 | Microsoft Learn
Mar 24, 2025 · WSL 2 は、Windows 11 または Windows 10 バージョン 1903、ビルド 18362 以降でのみ使用できます。 Windowsロゴキー + Rを押して、winverと入力し、OKを選択して、Windowsのバージョンを確認します。 (または、Windows コマンド プロンプトで ver コマンドを …
Basic commands for WSL | Microsoft Learn
Nov 28, 2023 · Install WSL and the default Ubuntu distribution of Linux. Learn more. You can also use this command to install additional Linux distributions by running wsl --install <Distribution Name>. For a valid list of distribution names, run wsl --list --online. Options include:--distribution: Specify the Linux distribution to install.
Install WSL | Microsoft Learn
Nov 19, 2024 · To learn more, see the Command reference for WSL for a list of WSL commands, Comparing WSL 1 and WSL 2 for guidance on which to use for your work scenario, or Best practices for setting up a WSL development environment for general guidance on setting up a good development workflow with WSL.
Set up a WSL development environment | Microsoft Learn
Nov 20, 2023 · Set up a WSL development environment using best practices from this set-by-step guide. Learn how to run Ubuntu, Visual Studio Code or Visual Studio, Git, Windows Credential Manager, MongoDB, MySQL, Docker remote containers and more.
設定 WSL 開發環境 | Microsoft Learn
Mar 30, 2025 · 根據這份逐步指南中的最佳實踐設定 wsl 開發環境。 瞭解如何執行 Ubuntu、Visual Studio Code 或 Visual Studio、Git、Windows 認證管理員、MongoDB、MySQL、Docker 遠端容器等等。
Build a Custom Linux Distro for WSL - Windows | Microsoft Learn
Feb 5, 2025 · This guide will walk through the steps to create and distribute a WSL distribution, which is a .wsl file. WSL distributions have two parts: A root filesystem (distributed as a tar file)
Import any Linux distribution to use with WSL | Microsoft Learn
Jul 16, 2024 · You can use any Linux distribution inside of the Windows Subsystem for Linux (WSL), even if it is not available in the Microsoft Store, by importing it with a tar file. This article shows how to import the Linux distribution, CentOS , for use with WSL by obtaining its tar file using a Docker container.