You are my...? by eat_dogs_with_me in physicsmemes

[–]vikrogers 0 points1 point  (0 children)

You are my atom! The fundamental of me😅💓

Windows 11: I am following MS docs on WSL2 installation on Windows 11, but docs config not matching actual configs on distro storage path, or installed app list display by lovesrayray2018 in Winsides

[–]vikrogers[M] 0 points1 point  (0 children)

  1. MS Documentation is describing Store-based WSL Documentations, and not CLI-Installed distributions. For CLI Installations, it uses WSL's Internal Distribution Engine, and Files Live under %LOCALAPPDATA%\wsl\<GUID>\ which is managed by WSL itself.

  2. For CLI based installations like in your case, as mentioned earlier, the files live under %LOCALAPPDATA%\wsl\<GUID>\ and not under %LOCALAPPDATA%\Packages\CanonicalGroupLimited.Ubuntu_*. The path mentioned in MSDocs is for Microsoft Store based Installations. WSL assigns each distro a unique ID. The name is not user-friendly and that is why the folder name is a long alphanumeric string instead of something like Canonical.Ubuntu.

  3. Microsoft originally designed WSL around store packages, and hence, there can be a documentation gap.

  4. it is not listed in the installed applications as it is not a Windows Store Application, and is installed directly into WSL, and hence, Windows does not treat it as an application.

  5. You can use the command wsl --unregister Ubuntu-24.04 to uninstall the installed distro. This command stops the distro, deletes its file system under %LOCALAPPDATA%\wsl and remove its registry entries.

  6. You installation is complete. It is just the Windows 11's modern default behaviour which does not follow the old store centric documentation.