|
1 | 1 | --- |
2 | 2 | title: Manually download Windows Subsystem for Linux (WSL) Distros |
3 | 3 | description: Instructions for how to manually download Windows Subsystem for Linux distributions. |
4 | | -keywords: BashOnWindows, bash, wsl, windows, windows subsystem for linux, WSL, windows subsystem, distro, ubuntu, openSUSE, SLES, debian, kali |
5 | | -ms.date: 07/24/2018 |
| 4 | +keywords: wsl, windows subsystem for linux, manual install, manually install, microsoft store, windows 10s, curl, Add-AppxPackage, Long-Term Servicing, LTSC |
| 5 | +ms.date: 05/28/2020 |
6 | 6 | ms.topic: article |
7 | | -ms.assetid: 9281ffa2-4fa9-4078-bf6f-b51c967617e3 |
8 | | -ms.custom: seodec18 |
9 | | -ms.localizationpriority: high |
| 7 | +ms.localizationpriority: medium |
10 | 8 | --- |
11 | 9 |
|
12 | 10 | # Manually download Windows Subsystem for Linux distro packages |
@@ -35,7 +33,7 @@ This will cause the `<distro>.appx` packages to download to a folder of your cho |
35 | 33 | If you prefer, you can also download your preferred distro(s) via the command line: |
36 | 34 |
|
37 | 35 | ### Download using PowerShell |
38 | | - To download distros using PowerShell, use the [Invoke-WebRequest](https://msdn.microsoft.com/powershell/reference/5.1/microsoft.powershell.utility/invoke-webrequest) cmdlet. Here's a sample instruction to download Ubuntu 16.04. |
| 36 | + To download distros using PowerShell, use the [Invoke-WebRequest](https://docs.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest?view=powershell-5.1) cmdlet. Here's a sample instruction to download Ubuntu 16.04. |
39 | 37 |
|
40 | 38 | ```powershell |
41 | 39 | Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1604 -OutFile Ubuntu.appx -UseBasicParsing |
@@ -63,4 +61,4 @@ Add-AppxPackage .\app_name.appx |
63 | 61 |
|
64 | 62 | If you are using Windows server you can find the install instructions on the [Windows Server](install-on-server.md) documentation page. |
65 | 63 |
|
66 | | -Once your distro is installed please refer to the [Initialization Steps](initialize-distro.md) page to initialize your new distro. |
| 64 | +Once your distribution is installed, follow the normal instructions to [update to WSL 2](./install-win10.md#update-to-wsl-2) or [create a new user account and password](./user-support.md). |
0 commit comments