mirror of
https://github.com/not-kennethreitz/wsl-guide.git
synced 2026-06-05 23:20:18 +00:00
7cebcbeec7
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
19 lines
490 B
ReStructuredText
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! |