Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
windows:opensuse_tumbleweed_wsl [2025/10/13 13:07] – Sean Rhone | windows:opensuse_tumbleweed_wsl [2025/10/13 19:38] (current) – Sean Rhone |
---|
* [[windows;11_ltsc_server|Windows 11 (24H2)]] | * [[windows;11_ltsc_server|Windows 11 (24H2)]] |
* [[windows;notes;wsl|WSL2]] | * [[windows;notes;wsl|WSL2]] |
| |
====== 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 | |
| |
====== Install ====== | ====== Install ====== |
| |
* https://download.opensuse.org/repositories/Virtualization:/WSL:/instarball/openSUSE_Tumbleweed_images/ | * https://download.opensuse.org/repositories/Virtualization:/WSL:/instarball/openSUSE_Tumbleweed_images/ |
| |
"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" --install --from-file "%UserProfile%\Downloads\openSUSE-Tumbleweed-20251007.x86_64.tar.xz" --name "openSUSE-Tumbleweed" --no-launch |
| |
"wsl.exe" --distribution openSUSE-Tumbleweed --shutdown | "wsl.exe" --distribution openSUSE-Tumbleweed --shutdown |
| |
| ====== Update ====== |
| |
| **** |
| |
| "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 |
| |