Files
wsl-guide/update.rst
T
kennethreitz 7cebcbeec7 updating
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-04-29 14:15:55 -04:00

19 lines
490 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 -d
And, it works, just as expected!