New installation options coming for Ubuntu on WSL
haydenb
on 29 October 2020
Tags: Ubuntu WSL
The experience of installing Ubuntu on Windows Subsystem for Linux (WSL) just keeps getting better. Beginning in Windows 10 Insiders Preview build 20246, released today by Microsoft, users can enable a complete WSL experience with simply:
wsl.exe --install
This will enable WSL 2, download and install the latest WSL 2 Linux kernel, and then download and install the most recent Ubuntu LTS on WSL.
This means:
❌ No more copying and pasting multiple commands into PowerShell.
❌ No more digging into Windows Features.
❌ No more trips to the Windows Store.
You can now do it all on the command line, which is fitting!
Like Windows Store installations, a Start Menu entry will be created for Ubuntu:
And an entry is automatically created in Windows Terminal:
If you haven’t already, you should try Windows Terminal, because it is the best experience for using Ubuntu on WSL.
Tip: You can customize your Windows Terminal, including colors, font, and background.
wsl.exe –install will eventually be backported to existing Windows 10 servicing rings simplifying the WSL setup experience for everyone. For now, it requires your Windows 10 device to be on the Insiders Dev channel.
To install other Ubuntu LTS releases, like 18.04 or 16.04, add -d followed by the corresponding WSL distro name:
wsl.exe --install -d Ubuntu-18.04
or
wsl.exe --install -d Ubuntu-16.04
Step 1:
Step 2: Profit!!!
Tip: wsl.exe –install requires administrative privileges, which you can get by right-clicking on Windows Terminal (or legacy PowerShell if you must) and selecting ‘Run as administrator’:
Tip: If you are at work and your IT department doesn’t give you administrative access, have them contact us so we can share ways to securely deploy and manage Ubuntu on WSL in the enterprise with them to keep you productive and happy.
New to WSL or looking for more? Here are some handy additional resources:
Ubuntu desktop
Learn how the Ubuntu desktop operating system powers millions of PCs and laptops around the world.
Newsletter signup
Related posts
Upgrade your desktop: Ubuntu 24.04.1 LTS is now available
Whether you’re a first time Linux user, experienced developer, academic researcher or enterprise administrator, Ubuntu 24.04 LTS Noble Numbat is the best way...
What’s New in Ubuntu 24.04 LTS for Microsoft/Azure Users
Explore the latest features and improvements of Ubuntu 24.04 LTS, codenamed ‘Noble Numbat’. This release, optimized for Microsoft/Azure users, introduces an...
Ubuntu Desktop 24.04 LTS: Noble Numbat deep dive
Learn how Ubuntu Desktop 24.04 LTS is built to empower open source developers and deliver innovation for the next 12 years.