Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-04-29 14:15:55 -04:00
parent 215f35dd54
commit 7cebcbeec7
+11 -1
View File
@@ -4,6 +4,16 @@ 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!