“Installieren Sie Ubuntu WSL ohne Windows Store” Code-Antworten

Installieren Sie Ubuntu WSL ohne 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
Celso Junior

Installieren Sie Ubuntu WSL ohne Windows Store

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

Installieren Sie Ubuntu WSL ohne 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
Tiago F2

Ähnliche Antworten wie “Installieren Sie Ubuntu WSL ohne Windows Store”

Fragen ähnlich wie “Installieren Sie Ubuntu WSL ohne Windows Store”

Weitere verwandte Antworten zu “Installieren Sie Ubuntu WSL ohne Windows Store” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen