Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 573 Bytes

update.rst

File metadata and controls

20 lines (13 loc) · 573 Bytes

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 -S apt-mark hold procps strace sudo
$ sudo -S env RELEASE_UPGRADER_NO_SCREEN=1 do-release-upgrade

And, it works, just as expected!