Why do we need to install ubuntu when we already enabled WSL?
-
2I think this is a reasonable question as long as the discussion / answers remain on topic. WSL is considered on topic here. – Panther Mar 27 '18 at 15:10
-
1VTR Clearly there's still interest – Elder Geek May 16 '18 at 16:23
-
WSL is just the foundation to install a Linux distribution. Find more about it here: https://www.youtube.com/watch?v=bRW5r7TK6KM – Benny Code Jan 22 '22 at 23:39
1 Answers
It depends on your needs:
Ubuntu available in WSL is somewhat dated, it is not the most recent version of Ubuntu. You can, however, boot docker images and pull more recent versions or other versions of Ubuntu or other versions of Linux.
WSL is not running on a Linux kernel, so some Ubuntu / Linux features are not available. Graphical apps are mixed and although you can run an X server on Windows, I do not believe you can run Wayland.
In addition to kernel apps, not all programs available in the Ubuntu repositories will run in WSL.
So if WSL does everything you need, and you are not developing say Wayland apps, it may work fine.
On the other hand, there are some features that some users and / or developers need that are not available in WSL, and in that case you would have to install Ubuntu / Linux.
It is difficult to impossible to list everyones needs or all the limitations of WSL here, in this answer, but for additional information see :
See What are the limitations of the Windows Subsystem for Linux? for some limitations.
See also https://docs.microsoft.com/en-us/windows/wsl/faq for an overview of WSL limitations.
See https://github.com/Microsoft/WSL/issues/ for ongoing bugs and missing features.

- 102,067