mirror of
https://github.com/not-kennethreitz/wsl-guide.git
synced 2026-06-05 23:20:18 +00:00
+11
-1
@@ -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!
|
||||
Reference in New Issue
Block a user