User Tools

Site Tools


distros:ubuntu_wsl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
distros:ubuntu_wsl [2023/10/24 04:59] Sean Rhonedistros:ubuntu_wsl [2024/08/13 16:52] (current) – removed Sean Rhone
Line 1: Line 1:
-====== Information ====== 
- 
-  * Ubuntu ((https://ubuntu.com/)) 
-  * WSL 
- 
-====== Windows ====== 
- 
-===== Windows Terminal ===== 
- 
-==== VCLibs ==== 
- 
-**** 
- 
-  powershell -Command "Add-AppxPackage https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx" 
- 
-==== Windows Terminal ==== 
- 
-  * https://github.com/microsoft/terminal/releases 
- 
-  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 
  
C:/www/wiki/data/attic/distros/ubuntu_wsl.1698137942.txt.gz · Last modified: by Sean Rhone