User Tools

Site Tools


windows:notes: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
windows:notes:wsl [2025/10/13 04:58] Sean Rhonewindows:notes:wsl [2025/10/13 19:43] (current) – [Install] Sean Rhone
Line 1: Line 1:
-===== TODO =====+====== Information ======
  
-  * https://en.opensuse.org/openSUSE:WSL +  * Windows Subsystem for Linux ((https://learn.microsoft.com/en-us/windows/wsl/about))
-  * https://download.opensuse.org/repositories/Virtualization:/WSL:/instarball/openSUSE_Tumbleweed_images/+
  
-  sudo poweroff -f+===== Prerequisites =====
  
-  wsl -l -v+  * [[windows;11_ltsc_server|Windows 11 (24H2)]]
  
-  wsl --list --all+====== Install ======
  
-  wsl -t "openSUSE-Tumbleweed"+  * :!: Admin Command Prompt
  
-  wsl -"openSUSE-Tumbleweed"+  "DISM.exe" /Online /Enable-Feature /FeatureName:"Microsoft-Windows-Subsystem-Linux/All /NoRestart
  
-  /mnt/c/+====== WSL2 ======
  
-  wsl --status+  * https://learn.microsoft.com/en-us/windows/wsl/compare-versions#whats-new-in-wsl-2
  
-  wsl --update+  "wsl.exe" --set-default-version 2
  
-  wsl --list --online -v+====== Update ======
  
-  wsl --install x --enable-wsl1 --no-launch+****
  
-  --from-file x+  "wsl.exe" --update
  
-  --name x+====== Other ======
  
-  --web-download+  "wsl.exe" --list --online
  
-  wsl --list --all+  "wsl.exe" --list --all --verbose
  
-  wsl --set-default-version 1+  "wsl.exe" --status
  
-  wsl --set-default-version 2 +  "wsl.exe" --unregister x
- +
-  wsl --install  +
- +
-  wsl --set-default openSUSE-Tumbleweed +
- +
-  wsl --set-version openSUSE-Tumbleweed 1 +
- +
-  wsl --unregister x+
  
/srv/www/wiki/data/attic/windows/notes/wsl.1760345917.txt.gz · Last modified: by Sean Rhone