Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hey the Ubuntu WSL link in the scripts is outdated. #58

Closed
jcklpe opened this issue Jul 10, 2018 · 4 comments
Closed

Hey the Ubuntu WSL link in the scripts is outdated. #58

jcklpe opened this issue Jul 10, 2018 · 4 comments

Comments

@jcklpe
Copy link

jcklpe commented Jul 10, 2018

Link is for 16.04 but not for 18.04 which from what I can tell is only available through third party links or the Windows Store.

I haven't tried this yet but I believe this powershell script should work.

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Get-AppxPackage -name "*Ubuntu*18*" | Add-AppxPackage
@yodurr
Copy link
Contributor

yodurr commented Jul 16, 2018

not all the store distros work from command line install. Makes sense to enable ubuntu 18 if it isn't already enabled. @tara-raj

@jcklpe
Copy link
Author

jcklpe commented Jul 16, 2018

It's enabled but I was not able to find a way to install from CLI, had to do it manually in the store which was no big deal.

@WSLUser
Copy link

WSLUser commented Jul 24, 2018

dupe of #23. It's on Canonical's plate to provide the distro appx for CLI install. They recently released a minimal install version of their OS and they were provided feedback on Twitter to push that to @tara-raj. Only other suggestion would be to hit up the Ubuntu forums under the WSL section and make a request to make the stand-alone appx available. Odd they haven't done this already though when they've worked with MS to get PowerShell available as a snap. This only takes 2 seconds on their part.

@jcklpe
Copy link
Author

jcklpe commented Jul 24, 2018

Excellent thanks. I'll close.

@jcklpe jcklpe closed this as completed Jul 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants