Skip to content

Instantly share code, notes, and snippets.

@coreequip
Last active May 3, 2017 11:57
Show Gist options
  • Save coreequip/977dfb7aad5451f5f19e550276655d8e to your computer and use it in GitHub Desktop.
Save coreequip/977dfb7aad5451f5f19e550276655d8e to your computer and use it in GitHub Desktop.
Bash for Windows (LXSS Linux Subsystem)

Upgrade Ubuntu for LXSS

  • sudo nano /etc/update-manager/release-upgrades
    Change Promt to Prompt=normal
  • sudo do-release-upgrade -f DistUpgradeViewNonInteractive -d
    Because "screen" is broken.
  • If it hangs (it will), press Ctrl-C, then:
    sudo dpkg --configure -a
  • Then
    sudo apt update
    sudo apt upgrade
    sudo apt dist-upgrade
    sudo apt autoremove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment