Skip to content

Instantly share code, notes, and snippets.

@obar1
Created February 18, 2020 07:10
Show Gist options
  • Save obar1/d1450430b64e077169b4e1e93c0cf035 to your computer and use it in GitHub Desktop.
Save obar1/d1450430b64e077169b4e1e93c0cf035 to your computer and use it in GitHub Desktop.
Created with Copy to Gist
12
This microsoft WSL issue completely made it work for me. Essentially it boiled down to:
Abort the do-release-upgrade script
Re-launch Ubuntu
Remove lxd with: sudo dpkg --force depends -P lxd; sudo dpkg --force depends -P lxd-client
Finish with sudo apt upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment