Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install ubuntu wsl without windows store

# go into some folder into which you want the file to be downloaded
cd <somefolder>

# download Ubuntu 20.04
Invoke-WebRequest -Uri https://aka.ms/wslubuntu2004 -OutFile Ubuntu.appx -UseBasicParsing

# install downloaded *.appx file
Add-AppxPackage .Ubuntu.appx
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #install #ubuntu #wsl #windows #store
ADD COMMENT
Topic
Name
5+9 =