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/11/21 13:25] (current) 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;10|Windows 10 (21H2)]] 
 + 
 +====== Install ====== 
 + 
 +  "DISM.exe" /Online /Enable-Feature /FeatureName:"VirtualMachinePlatform" /All /NoRestart 
 + 
 +  "DISM.exe" /Online /Enable-Feature /FeatureName:"Microsoft-Windows-Subsystem-Linux" /All /NoRestart 
 + 
 +====== WSL2 ====== 
 + 
 +  * https://learn.microsoft.com/en-us/windows/wsl/compare-versions#whats-new-in-wsl-2
  
   "wsl.exe" --set-default-version 2   "wsl.exe" --set-default-version 2
  
-  "wsl.exe" --install --from-file "%UserProfile%\Downloads\openSUSE-Tumbleweed-20251007.x86_64.tar.xz" --name "openSUSE-Tumbleweed" --no-launch+====== Update ======
  
-  "wsl.exe" --set-default openSUSE-Tumbleweed+****
  
-  "wsl.exe" --distribution openSUSE-Tumbleweed+  "wsl.exe" --update
  
-  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+====== openSUSE Tumbleweed ======
  
-  exit+  * [[windows;opensuse_tumbleweed_wsl|Notes]]
  
-  "wsl.exe" --distribution openSUSE-Tumbleweed --shutdown+====== Other ====== 
 + 
 +  "wsl.exe" --list --online
  
   "wsl.exe" --list --all --verbose   "wsl.exe" --list --all --verbose
/var/www/wiki/data/attic/windows/notes/wsl.1760361913.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki