this post was submitted on 05 Sep 2025
-9 points (28.6% liked)

Linux

9289 readers
353 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

Alas, just as we've reached some small level of stability, some small level of progress, there's a good chance all of this effort will have been in vain. What do I mean by this? Well, the Linux world is fragmenting once more, on several levels.

you are viewing a single comment's thread
view the rest of the comments
[–] basiclemmon98@lemmy.dbzer0.com 18 points 1 day ago* (last edited 1 day ago) (3 children)

I find that people spend more time writing about how linux is unstable and there's no software for it then they would if they just googled what software they need and just installed the software that does the thing that they want that linux already has available in almost every distribution...

Aditionally:

In comparison, take any which Windows exe file, and it will run on pretty much any version of Windows

Watch me run that in vanilla wine the SAME WAY

[–] Jumuta@sh.itjust.works 6 points 1 day ago (1 children)

In comparison, take any which Windows exe file, and it will run on pretty much any version of Windows

except when you need to manually install some msvc dependencies, make sure it's compatible with other software you have and ...

[–] entwine@programming.dev 6 points 1 day ago

MSVC redistributable dependencies are also a problem on Windows. If you try to run an app built with a version of the MSVC runtime that's not installed on Windows, you'll get an error telling you to install it. Microsoft doesn't ship all possible versions of that with Windows, so users are on the hook to install it themselves (if it's a big publisher though, they'll typically include it as part of a installation wizard, and Steam handles it automatically behind the scenes).

make sure it’s compatible with other software you have

Not sure what you mean by this, as wine software is contained within a wine prefix. If you have dependency conflicts within a wine prefix, you can just create a separate one. Apps like Lutris make this easy to do via a GUI, and they even have community sourced installer scripts for well-known software that automates installing dependencies (like MSVC, fonts, or other bullshit you'd normally have to get through something like wine-tricks).

load more comments (1 replies)