“Instale o Ubuntu WSL sem Windows Store” Respostas de código

Instale o Ubuntu WSL sem 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

Instale o Ubuntu WSL sem Windows Store

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

Instale o Ubuntu WSL sem 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

Respostas semelhantes a “Instale o Ubuntu WSL sem Windows Store”

Perguntas semelhantes a “Instale o Ubuntu WSL sem Windows Store”

Mais respostas relacionadas para “Instale o Ubuntu WSL sem Windows Store” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código