You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By this point, a user following along would have downloaded the appx distribution file, renamed it to a zip extension in PowerShell and extracted its contents to a folder of their choice -- no issue there; however, step two goes on to instruct:
Once the distribution has been downloaded, navigate to the folder containing the download and run the following command in that directory, where app-name is the name of the Linux distribution .appx file.
Add-AppxPackage .\app_name.appx
Why would the user navigate to the folder containing the "downloaded .appx distribution" that they just renamed to ".zip" and extracted its contents to different folder in the previous step (1)?
Moreover, navigating to the folder holding the recently extracted contents of the appx-renamed-zip file, the user would see the following list of files:
Now, I may have missed something, but it seems to me that if this is supposed to be guidance on a manual install. Once the Expand-Archive command has run, the next step would be running .\ubuntu.exe...
I was going to create a PR to correct this myself, but I just wanted to be sure that I'm actually looking at an error here or if this is a personal airhead moment on my part.
Documentation Issue
The page in Microsoft Learn titled "Install to Windows Server" appears as follows:
By this point, a user following along would have downloaded the
appx
distribution file, renamed it to azip
extension in PowerShell and extracted its contents to a folder of their choice -- no issue there; however, step two goes on to instruct:Why would the user navigate to the folder containing the "downloaded
.appx
distribution" that they just renamed to ".zip" and extracted its contents to different folder in the previous step (1)?Moreover, navigating to the folder holding the recently extracted contents of the
appx
-renamed-zip
file, the user would see the following list of files:Now, I may have missed something, but it seems to me that if this is supposed to be guidance on a manual install. Once the
Expand-Archive
command has run, the next step would be running.\ubuntu.exe
...I was going to create a PR to correct this myself, but I just wanted to be sure that I'm actually looking at an error here or if this is a personal airhead moment on my part.
Link to documentation page
https://learn.microsoft.com/en-us/windows/wsl/install-on-server#extract-and-install-a-linux-distribution
Suggested Improvements
Rewrite.
The text was updated successfully, but these errors were encountered: