Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.27 KB

README.md

File metadata and controls

56 lines (39 loc) · 1.27 KB

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