“Instale Ubuntu WSL sin Windows Store” Código de respuesta

Instale Ubuntu WSL sin 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 Ubuntu WSL sin Windows Store

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

Instale Ubuntu WSL sin 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

Respuestas similares a “Instale Ubuntu WSL sin Windows Store”

Preguntas similares a “Instale Ubuntu WSL sin Windows Store”

Más respuestas relacionadas con “Instale Ubuntu WSL sin Windows Store” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código