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 05:10] 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 -t "openSUSE-Tumbleweed"+  * [[windows;11_ltsc_server|Windows 11 (24H2)]]
  
-  /mnt/c/+====== Install ======
  
-  wsl --status+  * :!: Admin Command Prompt
  
-  wsl --update+  "DISM.exe" /Online /Enable-Feature /FeatureName:"Microsoft-Windows-Subsystem-Linux" /All /NoRestart
  
-  wsl --list --online -v+====== WSL2 ======
  
-  wsl --install --from-file "%UserProfile%\Downloads\openSUSE-Tumbleweed-20251007.x86_64.tar.xz" --name "openSUSE-Tumbleweed" --no-launch+  * https://learn.microsoft.com/en-us/windows/wsl/compare-versions#whats-new-in-wsl-2
  
-  wsl --distribution openSUSE-Tumbleweed+  "wsl.exe" --set-default-version 2
  
-  wsl --list --all+====== Update ======
  
-  wsl --set-default-version 2+****
  
-  wsl --set-default openSUSE-Tumbleweed+  "wsl.exe" --update
  
-  wsl --unregister x+====== Other ====== 
 + 
 +  "wsl.exe" --list --online 
 + 
 +  "wsl.exe" --list --all --verbose 
 + 
 +  "wsl.exe" --status 
 + 
 +  "wsl.exe" --unregister x
  
/srv/www/wiki/data/attic/windows/notes/wsl.1760346657.txt.gz · Last modified: by Sean Rhone