Windows Subsystem for Linux provider for AnyPackage.
Install-PSResource AnyPackage.Wsl
Import-Module AnyPackage.Wsl
Find-Package
Get-Package -Name *Ubuntu*
Note: Installation uses --no-launch parameter. This does not fully complete installation. To finish installation run the suggested command to configure Linux username and password.
Install-Package -Name Ubuntu
Get-Package -Name *Ubuntu* | Uninstall-Package