
- #W2k19 tutorial install#
- #W2k19 tutorial update#
- #W2k19 tutorial windows 10#
- #W2k19 tutorial download#
#W2k19 tutorial install#
Type the following command to set Windows Subsystem for Linux 2 your default architecture for new distros that you install and press Enter: wsl -set-default-version 2
#W2k19 tutorial update#
To start using WSL2 or covert WSL distros to WSL2, use these steps:ĭownload this WSL 2 kernel update (required).ĭouble-click the wsl_update_圆4.msi file and apply the update.
#W2k19 tutorial windows 10#
Type the following command to enable the Virtual Machine Platform feature and press Enter: Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatformĮnable Virtual Machine Platform on Windows 10 using PowerShellĪfter you complete the steps, you can set the Windows Subsystem for Linux version 2 the new default architecture and convert existing distros. Search for PowerShell, right-click the top result, and select the Run as administrator option. Important: The motherboard and processor must support virtualization, and the option has to be enabled on the Basic Input/Output System (BIOS) or Unified Extensible Firmware Interface (UEFI). To enable the Virtual Machine Platform on Windows 10, use these steps: This is an optional step, according to Microsoft, but I could not use the new architecture without the virtualization feature enabled. Once you complete the steps, you need to enable the Virtual Machine Platform feature. Search for Turn Windows features on or off and click the top result to open the experience.Ĭheck the “ Windows Subsystem for Linux” option. If you are not already using Linux on Windows 10, you must enable the Windows Subsystem for Linux (version 1) with these steps: If you have an ARM64 system, then the Linux integration is supported on version 2004 and higher. If the update command doesn’t work, open Settings > Update & Security > Windows Update > Advanced options, and turn on the Receive updates for other Microsoft products when you update Windows toggle switch.Īlternatively, it’s possible to install WSL on Windows 10 version 1909 and older versions using the legacy processes, which requires to enable WSL1, the Virtual Machine Platform, converting existing distros (if applicable), and configuring Windows Subsystem for Linux 2 as the new default for future distro installations.
#W2k19 tutorial download#
Once you complete the steps, if an update is available, then it will download and install on the device. Type the following command to update the WSL kernel and press Enter: wsl -update To update the WSL kernel to the latest version, use these steps: In the command, remember to replace “DISTRO-NAME” for the name of the distro you want to install, such as Debian.Īfter you complete the steps, the Windows Subsystem for Linux 2 components will install with the distro of Linux you specified. Type the following command to install the WSL with a specific distro on Windows 10 and press Enter: wsl -install -d DISTRO-NAME Quick note: At the time of this writing, you can install Ubuntu, Debian, Kali Linux, openSUSE, and SUSE Linux Enterprise Server. Type the following command to view a list of available WSL distros you can install on Windows 10 and press Enter: wsl -list -online


To install WSL with a specific distro on Windows 10, use these steps: Once you complete the steps, the required Linux components will automatically install the latest version of the Ubuntu Linux distribution. Restart your computer to finish the WSL installation on Windows 10.Ĭontinue with the Linux distro setup as necessary. Type the following command to install the WSL on Windows 10 and press Enter: wsl -install Search for Command Prompt, right-click the top result, and select the Run as administrator option. To install Windows Subsystem for Linux on Windor higher, use these steps: Since August 2021, Microsoft simplifying the install process of the WSL on Windand higher releases to only one command that downloads and installs all the required components, including the virtual machine platform and Ubuntu Linux by default. In this guide, you will learn the steps to install the Windows Subsystem for Linux 2 on Windows 10. The feature runs an actual Linux kernel in this new version, which improves performance and app compatibility over the previous version while maintaining the same experience as the first release. WSL2 (Windows Subsystem for Linux version 2) is a new version of the architecture that allows you to use Linux on top of Windows 10 natively (using a lightweight virtual machine) and replaces WSL.
