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 09:25] 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/+
  
-  "wsl.exe" --update+===== Prerequisites =====
  
-  "wsl.exe" --list --online+  * [[windows;11_ltsc_server|Windows 11 (24H2)]]
  
-  "wsl.exe" --set-default-version 2+====== Install ======
  
-  "wsl.exe" --install --from-file "%UserProfile%\Downloads\openSUSE-Tumbleweed-20251007.x86_64.tar.xz" --name "openSUSE-Tumbleweed" --no-launch+  * :!: Admin Command Prompt
  
-  "wsl.exe" --set-default openSUSE-Tumbleweed+  "DISM.exe" /Online /Enable-Feature /FeatureName:"Microsoft-Windows-Subsystem-Linux" /All /NoRestart
  
-  "wsl.exe" --distribution openSUSE-Tumbleweed+====== WSL2 ======
  
-  sudo zypper clean --all && sudo zypper refresh --force --services && sudo zypper dist-upgrade --details --allow-downgrade --allow-name-change --allow-arch-change --allow-vendor-change+  * https://learn.microsoft.com/en-us/windows/wsl/compare-versions#whats-new-in-wsl-2
  
-  exit+  "wsl.exe" --set-default-version 2
  
-  "wsl.exe" --distribution openSUSE-Tumbleweed --shutdown+====== Update ====== 
 + 
 +**** 
 + 
 +  "wsl.exe" --update 
 + 
 +====== Other ====== 
 + 
 +  "wsl.exe" --list --online
  
   "wsl.exe" --list --all --verbose   "wsl.exe" --list --all --verbose
/srv/www/wiki/data/attic/windows/notes/wsl.1760361913.txt.gz · Last modified: by Sean Rhone