

It doesn’t matter which installation method you chose, but you must have something installed. Linux distributions offer various package managers that can be used to install software via the command line some also offer central distribution platforms similar to the Microsoft Store where Linux apps can be found. This command should return a list of distros that can be installed via the command line.Ĥ. The “wsl” part of the command indicates that we’re using the Windows Subsystem for Linux, the “list” is a list of supported Linux distributions, and the “online” specifier indicates the distributions Microsoft offers rather than the ones we already have running on our PC. Enter the following command: wsl -list -online

Microsoft doesn’t allow every distribution to be installed that way, likely because there are too many for the company to offer built-in support for, but there are several popular distributions available.ġ. The command line-meaning either Command Prompt or PowerShell-is the most convenient way to install some of the more popular Linux distributions available today. There are two ways to install alternative Linux distributions with their own default user interfaces, pre-installed utilities, and other features: via the command line and through the Microsoft Store. Ubuntu is the default Linux distribution installed alongside the Windows Subsystem for Linux, but it’s not the only “flavor” of Linux compatible with Microsoft’s feature. Allow it to download Ubuntu automatically.(Image credit: Tom's Hardware) How to install Different Linux distributions in Windows 11 Once the developer mode is enabled, Go to Windows search and Type Bash. Open settings in windows and enable developer mode. Yes, It is possible to install Ubuntu without opening the store. So finally, I needed to convert my Ubuntu to WSL2 like this: wsl -set-version Ubuntu-20.04 2 I checked the success doing: wsl -list -verbose and received this: NAME STATE VERSION Invoke-WebRequest -Uri -OutFile Ubuntu.appx -UseBasicParsingĪfterwards I did Windows+ S and typed "Ubuntu" to show the installed app, then executed it to finish setup (new user name + password must be given). I had the same problem, could do it like this (from PowerShell): # go into some folder into which you want the file to be downloaded Whether it's wise to install WSL/Ubuntu on a work computer that you don't control is another question, but one which only you can answer.


appx file you downloaded and it should work anyway. The actual manual installation instructions are hidden in the Server Install section of the manual (), but my understanding is that you can just run the. Some available distributions are listed in the Manual Installation section of the MS guide () Yes, it is possible to download the app without the Store.
