Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

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

wsl --list --verbose 
wsl --set-version Ubuntu-20.04 2
Comment

Install Ubuntu WSL without Windows Store

# Install Ubuntu WSL without Windows Store
https://stackoverflow.com/a/64872285
Comment

PREVIOUS NEXT
Code Example
Shell :: dpkg install force 
Shell :: angular compile cache clear 
Shell :: windows ssh-copy-id 
Shell :: install cuda in ubuntu 
Shell :: how to git pull origin master 
Shell :: how to install mongoose globally 
Shell :: to clear npx cache 
Shell :: valet allow phpmyadmin route 
Shell :: Please ensure that the SDK and/or project is installed in a location that has read/write permissions for the current user. 
Shell :: ntfsfix ubantu 
Shell :: remove git proxy 
Shell :: create flutter project command line 
Shell :: tensorflow install size 
Shell :: git check ssh local 
Shell :: git checkout previous commit 
Shell :: install tar files on linux 
Shell :: mongodb install ubuntu 20.04 
Shell :: environment variables in systemd 
Shell :: find exec rm 
Shell :: how to un zip a file in linux command line 
Shell :: gulp imagemin 
Shell :: discard all changes 
Shell :: flutter Android sdkmanager not found. Update to the latest Android SDK and ensure that the cmdline-tools are installed to resolve this. 
Shell :: git change branch 
Shell :: pip install osgeo 
Shell :: move multiple files with a single mv command 
Shell :: npm install without dev dependencies 
Shell :: Creating Public Key 
Shell :: npm install capacitor to existing angular project 
Shell :: git revert pr merge 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =