this post was submitted on 10 Apr 2025
533 points (84.3% liked)
linuxmemes
24415 readers
982 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.
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, no politics, no trolling or ragebaiting.
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.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. Β
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
Every project eventually makes their own package manager. Its pretty insane if you stop and think about how routinely the package manager is re-invented.
For real. I don't mind the million distributions, but can we agree on one single package manager?
Where is that comic about standards now that we need it? The one where they create a new standard that is going to solve all the problems, except for now there is just one more standard??
Edit: https://xkcd.com/927
We don't even need a new standard. Let's just settle for one of the existing ones.
I'm okay with this, as long as it's the one I'm using
And which one is that?
Nix, if it's not obvious from my other posts
I have to check it out.
Every time someone complains, another package manager is created
the number of package managers went up by 1
Sure! As long as it's nixpkgs.
Apt+snap
No
I'm mildly impressed no-ones downvoted me to hell yet.
Your "no-ones" just caused me great internal confusion.
I just googled noone...
I've definitely missed an apostrophe there.
I'm reporting this for trolling. lol
There are only two options that fix dependency hell. Nix and Guix
Back in 2000 I started using Linux with RedHat (That's what they were teaching us in college then.) and got to know RPMs before the automatic package dependency resolution tools. Then I moved to Ubuntu in 2004 and have been using that since, and even had a job where I built custom Linux distros based on Debian where I had to build DEB packages, so I got to know that system pretty well.
But, honestly, if there are better package managers out there I wouldn't mind changing if it means we all use the same thing.
I've broken both Fedora and Ubuntu already, so I had to find better solutions. With NixOS I can roll back to a previous revision easily on boot
How do you break Ubuntu?
Upgrade 22 LTS upgrade to Ubuntu 24 LTS failed and I forgot the upgrade didn't succeed when I rebooted. Unlike NixOS, it doesn't roll all the changes back when the upgrade is unsuccessful
Aaah I see. Ok. I can see why Nix appeals so much to you.
As I said, I need to try it out. I'm gonna download it right now and try it in a VM.
Flatpak it is.
I don't know if Flatpak can cover all the scenarios. It seems to be mostly for Desktop apps. I know Ubuntu was able to have system tools installed with Snaps though. However, having apps installed with their dependencies in one package is neat, but it takes a ton more in storage.
Flatpak is a great extra layer to have on top of a regular package manager, but I wouldn't use it as a sole package management system.
I think an immutable system package manager like Nix is perfect to supplement Flatpak.
Not really
There are only a few mainstream package formats and ultimately you are going to probably be using distro packages or portable formats like Flatpak.