RmDebArc_5@lemmy.ml to linuxmemes@lemmy.world · 1 year agoThey’re in no position to complainlemmy.mlimagemessage-square44fedilinkarrow-up1399arrow-down143
arrow-up1356arrow-down1imageThey’re in no position to complainlemmy.mlRmDebArc_5@lemmy.ml to linuxmemes@lemmy.world · 1 year agomessage-square44fedilink
minus-squareOrderedChaos@lemmy.worldlinkfedilinkarrow-up2·1 year agoAre there any simple instructions. I swear everything is seen just goes over my head.
minus-squareSquare Singer@feddit.delinkfedilinkarrow-up3·1 year agoWSL 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
Are there any simple instructions. I swear everything is seen just goes over my head.
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 andwsl --install -d
to install it.More documentation here: https://learn.microsoft.com/en-us/windows/wsl/install
Thanks. I’ll check it out.