I'm working on windows 10 and I want to install an ubuntu version with wsl. For this I followed this tutorial:https://learn.microsoft.com/fr-fr/windows/wsl/install-manual#downloading-distributionswsl is successfully installed but when i run it, it shows me this result:
Le sous-système Windows pour Linux n'a pas de distributions installées.Vous pouvez installer les distributions en visitant le Microsoft Store :https://aka.ms/wslstore
So, I tried to manually download Ubuntu because Microsoft Store is not available on my computer. Once downloaded, I ran the following command to install:
Add-AppxPackage .\app_name.appx
And here is the error that appears:
even when i double click on the app of ubuntu it shows me the same error.If I ever try to view the event log I get this error
le package CanonicalGroupLimited.Ubuntu_2204.1.7.0_x64__79rhkp1fndgsc à partir de (Ubuntu_2204.1.7.0_x64.appx) a échoué avec l'erreur 0x80073D19.
Has anyone encountered this type of problem before or any suggestions to resolve this error?