From 7cebcbeec7a73cbf65e579b425ef9cbf7d67bb8d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 29 Apr 2017 14:15:55 -0400 Subject: [PATCH] updating Signed-off-by: Kenneth Reitz --- update.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/update.rst b/update.rst index 64b0a53..5a59f96 100644 --- a/update.rst +++ b/update.rst @@ -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 ----------------------- \ No newline at end of file +---------------------- + +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! \ No newline at end of file