Skip to content
/ wsl Public

Windows Subsystem for Linux provider for AnyPackage

License

Notifications You must be signed in to change notification settings

anypackage/wsl

Repository files navigation

AnyPackage.Wsl

gallery-image build-image cf-image

Windows Subsystem for Linux provider for AnyPackage.

Install AnyPackage.Wsl

Install-PSResource AnyPackage.Wsl

Import AnyPackage.Wsl

Import-Module AnyPackage.Wsl

Sample usages

Find available distributions

Find-Package

Get list of installed distributions

Get-Package -Name *Ubuntu*

Install distribution

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

Uninstall distribution

Get-Package -Name *Ubuntu* | Uninstall-Package