Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WSL --list --online] command is missing Ubuntu 22.04 #9259

Closed
1 of 2 tasks
colemar opened this issue Dec 2, 2022 · 5 comments
Closed
1 of 2 tasks

[WSL --list --online] command is missing Ubuntu 22.04 #9259

colemar opened this issue Dec 2, 2022 · 5 comments

Comments

@colemar
Copy link

colemar commented Dec 2, 2022

Version

Windows version: 10.0.19045.2311

WSL Version

  • WSL 2
  • WSL 1

Kernel Version

5.15.79.1

Distro Version

No response

Other Software

No response

Repro Steps

wsl --list --online

Expected Behavior

Ubuntu 22.04 LTS is listed among available distributions.

I see it can be installed through MS Store, also I am downloading the appx package from https://aka.ms/wslubuntu2204

Actual Behavior

PS C:\Users\colem> wsl --list --online
The following is a list of valid distributions that can be installed.
Install using 'wsl.exe --install <Distro>'.

NAME               FRIENDLY NAME
Ubuntu             Ubuntu
Debian             Debian GNU/Linux
kali-linux         Kali Linux Rolling
SLES-12            SUSE Linux Enterprise Server v12
SLES-15            SUSE Linux Enterprise Server v15
Ubuntu-18.04       Ubuntu 18.04 LTS
Ubuntu-20.04       Ubuntu 20.04 LTS
OracleLinux_8_5    Oracle Linux 8.5
OracleLinux_7_9    Oracle Linux 7.9

Diagnostic Logs

No response

@elsaco
Copy link

elsaco commented Dec 2, 2022

@colemar first entry Ubuntu is Ubuntu-22.04:

       {
            "Name": "Ubuntu",
            "FriendlyName": "Ubuntu",
            "StoreAppId": "9PDXGNCFSCZV",
            "Amd64": true,
            "Arm64": true,
            "Amd64PackageUrl": "https://wslstorestorage.blob.core.windows.net/wslblob/Ubuntu_2204-221101_x64.appx",
            "Arm64PackageUrl": "https://wslstorestorage.blob.core.windows.net/wslblob/Ubuntu_2204-221101_ARM64.appx",
            "PackageFamilyName": "CanonicalGroupLimited.Ubuntu_79rhkp1fndgsc"
        },

See details at:

"Name": "Ubuntu",

Maybe FriendlyName should be changed to Ubuntu 22.04

@colemar
Copy link
Author

colemar commented Dec 3, 2022

Understood.
Thank you.

@colemar colemar closed this as completed Dec 3, 2022
@master255
Copy link

master255 commented Jan 18, 2023

@colemar @elsaco This is not fixed. Ubuntu is still the 20.04 version.

@Biswa96
Copy link

Biswa96 commented Jan 19, 2023

Latest version of Ubuntu can be downloaded from here https://apps.microsoft.com/store/search?hl=en-us&gl=us&publisher=Canonical%20Group%20Limited

@master255
Copy link

@Biswa96 It's not for me. It's for all people.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants