Jump to content

Suggestions of linux distro to run on WSL2?

Hi, I'm looking for suggestions for a linux distro that I can run with Windows Substem for Linux. I have a coding project which has got to the point where it needs to use a redis databse howver redis is not supported on Windows natively so I need to set up a linux enviroemnt but I have no idea where to start in regards to picking a distro. Any suggestions andor advice related to the topic would be appreciated.

Link to comment
Share on other sites

Link to post
Share on other sites

Yea, probably Ubuntu since it's so mainstream so support will be good for most things. 

lumpy chunks

 

Expand to help Bunny reach world domination

(\__/)
(='.'=) This is Bunny. Copy Bunny into your signature to
(")_(") help him on his way to world domination.

 -Rakshit Jain

Link to comment
Share on other sites

Link to post
Share on other sites

44 minutes ago, C2dan88 said:

Ubuntu easily setup from the windows store.

19 minutes ago, LloydLynx said:

Yea, probably Ubuntu since it's so mainstream so support will be good for most things. 

Okay thanks for the advice both of you, I'd heard pretty much the same thing from other sources as well so I guess i'm going with ubuntu

Link to comment
Share on other sites

Link to post
Share on other sites

I warmly recommend to use a distribution that does not use systemd, like Alpine Linux.

Write in C.

Link to comment
Share on other sites

Link to post
Share on other sites

Everyone I know (a few dozen computer users) use Linux Mint Cinnamon.

Link to comment
Share on other sites

Link to post
Share on other sites

  • 2 weeks later...
On 5/16/2022 at 7:14 AM, Dat Guy said:

I warmly recommend to use a distribution that does not use systemd, like Alpine Linux.

*no* WSL distro uses systemd, since WSL does not have systemd. It uses Microsoft's own custom init system, which sets up all kinds of Windows integrations.

 

Link to comment
Share on other sites

Link to post
Share on other sites

16 minutes ago, guitargirl15 said:

*no* WSL distro uses systemd

 

WindowsTerminal_OPNZKUfQf6.png.75d252abe3f78f6c5ab3e88bdfeb50ba.png

 

20 minutes ago, guitargirl15 said:

It uses Microsoft's own custom init system

If systemd was only an init system, nobody would care.

Write in C.

Link to comment
Share on other sites

Link to post
Share on other sites

Is it running? can you do `pstree -p` and check if `systemd` is first? or check for existence of `/run/systemd/system`?

Link to comment
Share on other sites

Link to post
Share on other sites

No, it's not, but (again) the problem with systemd is not the init system. If systemd would have been reduced to replacing SysV init, everything would be fine.

Write in C.

Link to comment
Share on other sites

Link to post
Share on other sites

On 5/26/2022 at 3:11 PM, Dat Guy said:

No, it's not, but (again) the problem with systemd is not the init system. If systemd would have been reduced to replacing SysV init, everything would be fine.

My point was that "don't use systemd" is irrelevant for WSL, because nothing uses systemd in WSL (unless you purposely jump through hoops to get it semi-running). It might be present (somewhat), but it doesn't work.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×