User Tools

Site Tools


windows:opensuse_tumbleweed_wsl

This is an old revision of the document!


Information

  • openSUSE 1)
  • Tumbleweed 2)
  • WSL 3)

Prerequisites

Windows

Windows Terminal

VCLibs

powershell -Command "Add-AppxPackage https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx"

Windows Terminal

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

Install

tar.xz

"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
"wsl.exe" --set-default openSUSE-Tumbleweed
"wsl.exe" --distribution openSUSE-Tumbleweed
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
exit
"wsl.exe" --distribution openSUSE-Tumbleweed --shutdown
/srv/www/wiki/data/attic/windows/opensuse_tumbleweed_wsl.1760375266.txt.gz · Last modified: by Sean Rhone