this post was submitted on 17 Nov 2023
326 points (90.8% liked)

linuxmemes

20747 readers
674 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] OrderedChaos@lemmy.world 2 points 10 months ago (1 children)

Are there any simple instructions. I swear everything is seen just goes over my head.

[–] squaresinger@feddit.de 2 points 10 months ago (1 children)

WSL is really easy to setup by now. In the beginning it was really terrible.

Now all you need to do (if you are fine with Ubuntu) is open CMD with admin rights and input wsl --install.

If you want another distro, it's wsl -l -o to check the available distros and wsl --install -d to install it.

More documentation here: https://learn.microsoft.com/en-us/windows/wsl/install

[–] OrderedChaos@lemmy.world 1 points 10 months ago

Thanks. I'll check it out.