User Tools

Site Tools


windows:opensuse_tumbleweed_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:opensuse_tumbleweed_wsl [2025/10/11 09:10] – [TODO] Sean Rhonewindows:opensuse_tumbleweed_wsl [2025/10/13 19:38] (current) Sean Rhone
Line 1: Line 1:
 ====== Information ====== ====== Information ======
  
-  * openSUSE Tumbleweed +  * openSUSE ((https://www.opensuse.org)) 
-  * WSL+  * Tumbleweed ((https://en.opensuse.org/Portal:Tumbleweed)) 
 +  * WSL ((https://en.opensuse.org/openSUSE:WSL))
  
-===== TODO =====+===== Prerequisites =====
  
-  * https://en.opensuse.org/openSUSE:WSL +  * [[windows;11_ltsc_server|Windows 11 (24H2)]] 
-  * https://download.opensuse.org/repositories/Virtualization:/WSL:/instarball/openSUSE_Tumbleweed_images/+  * [[windows;notes;wsl|WSL2]]
  
-  sudo poweroff -f+====== Install ======
  
-  wsl -l -v+===== tar.xz =====
  
-  wsl --list --all+  * https://download.opensuse.org/repositories/Virtualization:/WSL:/instarball/openSUSE_Tumbleweed_images/
  
-  wsl -"openSUSE-Tumbleweed"+  "wsl.exe" --install --from-file "%UserProfile%\Downloads\openSUSE-Tumbleweed-20251007.x86_64.tar.xz--name "openSUSE-Tumbleweed" --no-launch
  
-  wsl -d "openSUSE-Tumbleweed" +  "wsl.exe" --set-default openSUSE-Tumbleweed
- +
-  /mnt/c/ +
- +
-====== 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 2 ==== +
- +
-**** +
- +
-  wsl --set-default-version 2 +
- +
-==== openSUSE Tumbleweed ==== +
- +
-**** +
- +
-  wsl --install --distribution "openSUSE-Tumbleweed" --web-download +
- +
-====== Ubuntu ====== +
- +
-===== WSL ===== +
- +
-****+
  
-  wsl+  "wsl.exe" --distribution openSUSE-Tumbleweed
  
-===== 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
  
-  sudo apt update && sudo apt full-upgrade -y && sudo apt autoremove -y && sudo apt clean && sync+  exit
  
-  sync && exit+  "wsl.exe" --distribution openSUSE-Tumbleweed --shutdown
  
-===== Folders =====+====== Update ======
  
 **** ****
  
-  mkdir -p ~/'Downloads'+  "wsl.exe" --distribution openSUSE-Tumbleweed --user root -- '/usr/bin/zypper--non-interactive refresh --force --services && "wsl.exe" --distribution openSUSE-Tumbleweed --user root -- '/usr/bin/zypper' --non-interactive dist-upgrade --auto-agree-with-licenses --allow-downgrade --allow-name-change --allow-arch-change --allow-vendor-change
  
/srv/www/wiki/data/attic/windows/opensuse_tumbleweed_wsl.1760188226.txt.gz · Last modified: by Sean Rhone