Last Updated on October 12, 2021 by Mathew Diekhake
Microsoft has added the automatic distro installation to wsl --install
in Windows 10 insiders preview build 20246. The automatic distro installation makes it easier to install Windows Subsystem for Linux (WSL) due to the fact that all the components you need for a successful installation will be automatically handled by Windows itself.
All the benefits of this new feature are reaped when you run the wsl --install
command into the command line; that’s the only command you need now to end up with a full WSL install on your computer.
When you run the wsl --install
command it will install Ubuntu which is one of the most popular Linux distributions people install. However, you can still install any other distro of your choice by running the wsl --install -d <Distro>
command instead.
You’ll need to be specific when adding your Linux distros. If you don’t know the precise distro names, you can find them from the same command line by entering the wsl --list --online
command.
The lead Program Manager for the Windows Developer Platform is Craig Loewen. You can Google search his name and then find him on Twitter if you want to communicate with him.
Related Articles
- Microsoft Windows Insider Program Gets New Channels on Website and in Settings
- Windows Terminal 1.0 Released, Requires Windows 10 Version 18362.0 or Higher
- Dell and Lenovo Reveal Test Device List Compatible with Windows 10 (Version 2004)
- Windows 10 Cumulative Updates KB4557957 & KB4560960 Now Available Via Windows Update & Offline Installer
- Windows 10 Build 18363.900 Now Available Via Windows Update & Offline Installer
- Microsoft Closes Mixer, Leaving Millions of Streamers Without a Platform
- Windows 10’s Disk Management Tool Features Now Appear in Settings
- Avast and AVG Browser Extensions Caught Spying via Chrome and Firefox
WSL –install now includes automatic distro installation in the latest Windows 10 Insider preview build! Check out the details here:https://t.co/xwpAUaG0Cq
— Craig Loewen (@craigaloewen) October 29, 2020