this post was submitted on 30 Jul 2025
712 points (95.6% liked)

Technology

73534 readers
3165 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] MITM0@lemmy.world 2 points 2 days ago (2 children)

Let me add to context:

This developer hates the FOSS spirit & tells users to fuck off when they complain. There, done.

[–] daggermoon@lemmy.world 4 points 2 days ago

He took an open source project and made it source available. I don't blame people for being upset.

[–] Ferroto@lemmy.world 3 points 2 days ago (4 children)

As a linux user myself (arch) I wish the community would just pick a package manager and stick with it.

[–] Reddfugee42@lemmy.world 3 points 2 days ago

Seems contrary to the nature of the Linux scene tbh

[–] aquovie@lemmy.cafe 3 points 2 days ago

They're not all identical in features and function though. Nix is different from Gentoo which is different from RPM. And they're all going to have drawbacks and in some cases, have complete showstoppers.

  • Portage/Aur: Not everyone is gonna compile things and if you say use the pre-built options, then this isn't the right choice.
  • Debian/RPM: You'll never get distro's to agree to release names or contents, like glibc and ssl versions
  • Nix: Learning curve is murder. Not every app is made to be reproducible.
  • FlatPak/Snap/AppImage: Loses almost all the advantages of a distro that we take for granted: CVE patching, tested updates, etc.

This is a brief, maybe even unfair overview but it's not as easy as "just pick one".

And this ignores the huge pantheon of "language package managers" like pip, gem, npm, cargo, cpan, maven, etc^infinity. Ideally these would just be build dep managers but you get a lot of apps packaged and distributed this way too. Some distro's/package systems bravely try to keep up but it's a losing battle.

[–] docktordreh@discuss.tchncs.de 1 points 2 days ago

Sounds idealistic and raises some questions.

Why? Who decides? Who stops someone from introducing a new package manager? Why should a person developing a package manager be "stopped"?

I don't agree.

Devs could just provide a Dockerfile containing the build environment and a script. That would pair nicely with CI and automated builds. No need to restrict package managers. Also, flatpak exists.

[–] atticus88th@lemmy.world 1 points 2 days ago

Microsoft waiting in the wings to buy that package manager as soon as the community decides.