Files
wsl-guide/update.rst
T
Alexander Walters ef3560471b Screen is broken in WSL
do-release-upgrade will fail consistently (in non-preview versions of windows, at least) due to screen being utterly broken.  ``-f DistUpgradeViewNonInteractive`` fixes that.
2017-04-29 23:13:10 -04:00

20 lines
525 B
ReStructuredText

Updating WSL
============
Updating Packages in WSL
------------------------
Because WSL uses a standard Ubuntu installation, upgrading your packages should look very familiar::
$ sudo apt-get update
$ sudo apt-get upgrade
Updating the Ubuntu OS
----------------------
You can aso upgrade to the latest version of Ubuntu with the following command (caution, this will take quite some time)!::
$ sudo do-release-upgrade -f DistUpgradeViewNonInteractive -d
And, it works, just as expected!