microsoft / WSL

Issues found on WSL
https://docs.microsoft.com/windows/wsl
MIT License
17.25k stars 812 forks source link

Missing WSL Blobs for openSUSE Leap 15.5 #11902

Open henriqueccapozzi opened 1 month ago

henriqueccapozzi commented 1 month ago

Hi,

The links for the Leap 15.5 distribution is missing from here: https://docs.microsoft.com/he-il/windows/wsl/install-manual#downloading-distributions

Manual reconstructions of the links do not work:

https://aka.ms/wsl-opensuseleap15-5

github-actions[bot] commented 1 month ago

Logs are required for review from WSL team

If this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. Otherwise please attach logs by following the instructions below, your issue will not be reviewed unless they are added. These logs will help us understand what is going on in your machine.

How to collect WSL logs Download and execute [collect-wsl-logs.ps1](https://github.com/Microsoft/WSL/blob/master/diagnostics/collect-wsl-logs.ps1) in an **administrative powershell prompt**: ``` Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/WSL/master/diagnostics/collect-wsl-logs.ps1" -OutFile collect-wsl-logs.ps1 Set-ExecutionPolicy Bypass -Scope Process -Force .\collect-wsl-logs.ps1 ``` The script will output the path of the log file once done. If this is a networking issue, please use [collect-networking-logs.ps1](https://github.com/Microsoft/WSL/blob/master/diagnostics/collect-networking-logs.ps1), following the instructions [here](https://github.com/microsoft/WSL/blob/master/CONTRIBUTING.md#collect-wsl-logs-for-networking-issues) Once completed please upload the output files to this Github issue. [Click here for more info on logging](https://github.com/microsoft/WSL/blob/master/CONTRIBUTING.md#8-collect-wsl-logs-recommended-method) If you choose to email these logs instead of attaching to the bug, please send them to wsl-gh-logs@microsoft.com with the number of the github issue in the subject, and in the message a link to your comment in the github issue and reply with '/emailed-logs'.

View similar issues

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it!

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

henriqueccapozzi commented 1 month ago

/feature

For this specific request I don't think that logs are required

github-actions[bot] commented 1 month ago
Diagnostic information ``` Found '/feature', adding tag 'feature' ```
sbradnick commented 1 month ago

I don't personally know what the update/upkeep/lifespan is for that site, but I wouldn't bother doing anything for Leap 15.4, the current offerings in the Store (or via winget) are Leap 15.5 & Leap 15.6 ; --web-download offers Leap 15.6.

henriqueccapozzi commented 1 month ago

Hi @sbradnick I found it available on the store but when I try to install it from powershell it show as if the distribution doesn't exists

sbradnick commented 1 month ago

Hi I found it available on the store but when I try to install it from powershell it show as if the distribution doesn't exists

You'll have to be more specific (with what you're doing) than that, Leap 15.4 isn't available from the Store anymore since it's EOL.

henriqueccapozzi commented 1 month ago

I overlooked that Leap 15.4 was EOL, no need to worry about it indeed I'll update the issue description

Since Leap 15.5 is available at the store shouldn't the following command work?

image

Text translated to english

PS C:\WINDOWS\system32> wsl --install openSUSE-Leap-15.5
Invalid distribution name: ‘openSUSE-Leap-15.5’.
To get a list of valid distributions, use ‘wsl.exe --list --online’.
Error code: Wsl/InstallDistro/WSL_E_DISTRO_NOT_FOUND

Here's the list of available distribution returned by the suggested command

PS C:\WINDOWS\system32> wsl --list --online
Veja a seguir uma lista de distribuições válidas que podem ser instaladas.
Instale usando 'wsl.exe --install <Distro>'.

NAME                                   FRIENDLY NAME
Ubuntu                                 Ubuntu
Debian                                 Debian GNU/Linux
kali-linux                             Kali Linux Rolling
Ubuntu-18.04                           Ubuntu 18.04 LTS
Ubuntu-20.04                           Ubuntu 20.04 LTS
Ubuntu-22.04                           Ubuntu 22.04 LTS
Ubuntu-24.04                           Ubuntu 24.04 LTS
OracleLinux_7_9                        Oracle Linux 7.9
OracleLinux_8_7                        Oracle Linux 8.7
OracleLinux_9_1                        Oracle Linux 9.1
openSUSE-Leap-15.6                     openSUSE Leap 15.6
SUSE-Linux-Enterprise-15-SP5           SUSE Linux Enterprise 15 SP5
SUSE-Linux-Enterprise-Server-15-SP6    SUSE Linux Enterprise Server 15 SP6
openSUSE-Tumbleweed                    openSUSE Tumbleweed
PS C:\WINDOWS\system32>
sbradnick commented 1 month ago

openSUSE-Leap-15.5 isn't available that way (there's a 4-item limit); that list is the one you'd use like so: wsl --install openSUSE-Leap-15.6 --web-download (you can probably leave --web-download off unless there is a proxy issue w/o it (no access to the Store for example), depends on your network).

The Store offers up 15.5 and you can use winget if you'd like to install it via the CLI.

I'm not 100% what you're trying to accomplish, if it's having 'openSUSE Leap 15.5' installed, it's certainly possible via the Store.