User Tools

Site Tools


distros:ubuntu_wsl

This is an old revision of the document!


Information

  • Ubuntu 1)
  • WSL

Windows

Windows Terminal

VCLibs

powershell -Command "Add-AppxPackage https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx"

Windows Terminal

powershell -Command "Add-AppxPackage https://github.com/microsoft/terminal/releases/download/v1.16.10261.0/Microsoft.WindowsTerminal_Win10_1.16.10261.0_8wekyb3d8bbwe.msixbundle"

WSL

Install

  • :!: Reboot after installing
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

WSL 1

  • WSL 2 requires CPU virtualization
  • If WSL presents a list of commands, reboot
wsl --set-default-version 1

Ubuntu

wsl --install --distribution "Ubuntu"

Update

sudo apt update && sudo apt full-upgrade -y && sudo apt autoremove -y && sudo apt clean && sync
/var/www/wiki/data/attic/distros/ubuntu_wsl.1698137942.txt.gz · Last modified: 2023/10/24 04:59 by Sean Rhone