Forked from asalhani/Manually download and Install Windows Subsystem for Linux (WSL) distro packages.md
Created
November 8, 2023 18:25
-
-
Save MahefaAbel/8ca9089df85d62e774eca37b41fd10cb to your computer and use it in GitHub Desktop.
Revisions
-
asalhani revised this gist
Dec 8, 2019 . 1 changed file with 16 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,16 @@ https://docs.microsoft.com/en-us/windows/wsl/install-manual#installing-your-distro 1. Downloading distros as *.appx file: Ubuntu 18.04 (https://aka.ms/wsl-ubuntu-1804) 2. Installing distro: Navigate to the folder contains (.appx) file, then run: Add-AppxPackage .\app_name.appx Where app_name is the downloaded distro file name 3. Initializing a newly installed distro https://docs.microsoft.com/en-us/windows/wsl/initialize-distro -
asalhani created this gist
Dec 8, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ aa