Skip to content

Instantly share code, notes, and snippets.

  • Select an option

  • Save MahefaAbel/8ca9089df85d62e774eca37b41fd10cb to your computer and use it in GitHub Desktop.

Select an option

Save MahefaAbel/8ca9089df85d62e774eca37b41fd10cb to your computer and use it in GitHub Desktop.

Revisions

  1. @asalhani asalhani revised this gist Dec 8, 2019. 1 changed file with 16 additions and 1 deletion.
    Original file line number Diff line number Diff line change
    @@ -1 +1,16 @@
    aa
    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


  2. @asalhani asalhani created this gist Dec 8, 2019.
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    aa