this post was submitted on 13 Feb 2025
1015 points (95.4% liked)
linuxmemes
22686 readers
666 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
- This is primarily an English-speaking community. π¬π§π¦πΊπΊπΈ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed. Β
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I agree with Linus Torvalds. Linux is too fragmented. This makes consistent software deployment and support expensive and far too varied. Maintaining documentation alone requires an unlimited number of distros. From a user's perspective, I really think Linux needs a universal install method like .exe. No user should ever need to use the CLI install software, no matter their distribution. Radarr, for example, is a very popular home media server application. It is one-click install on Windows. It is fucked on Linux.
Oh hells no
.exe to execute is (probably one of) the worst ideas Microsoft has come up with and has caused endless misery for people.
If you're talking about a single package to install then there are various solutions for that that are better. There are the apt and rpm packages, Sudo apt install packagename installs everything automatically, or I can do that from a app store if I'm a newbie.
For apps that want a wider net, they can use flatpaks
Anyone complaining that installing software in Linux is always complicated hasn't installed software on Linux. Yeah I'm a power user but to me it's factors faster and easier to do this stuff on Linux than on Windows
Yeah, Linux has many ways to get stuff done, that is because many different people want and get their own way. I don't see this as necessarily bad. With the three ways described above, you can cover pretty much everything
I agree that noone should have to get into a console to get your system or app working but please note that this same shit happens on windows too, just way more bizarre. The amount of times I saw "modify this registry entry with this UUID code" is crazy, while on Linux it's "run this command or modify that text file". I still prefer the latter
I didn't complain it's always complicated. I used a specific example of when it is complicated. Such examples happen to all Linux users from time to time, and I think we should be working to ensure users never ever, for any reason, ever need to bust out the CLI to install basic software. Maybe when SteamOS becomes more widespread devs will fall in line with whatever Valve has chosen as their preferred install method. Fingers crossed it's flatpaks! Normies don't want many methods to install software. They want one simple, reliable method, which works the same way every single time. And if we're being honest, even power users would be happy with that. Just ask my fellow macOS devs :)
Flatpak is gonna need some more work for me to accept it as the only way to install software if that were to happen though. The only reason i use them right now is because together with appimages they are the least sucky to use, and it beats manually compiling the software.