1041
Snap bad (lemmy.world)
top 50 comments
sorted by: hot top controversial new old
[-] srestegosaurio@lemmy.dbzer0.com 16 points 2 days ago

Flatpak and SystemD Portable services are actually pretty good.

That's the direction I see Linux going. I personally use NixOS because I am sad.

[-] Strawberry 4 points 2 days ago

I looked into Nix but it seemed like it locks you into using bash for your shell. Is that the case?

[-] MissingInteger@lemm.ee 6 points 2 days ago
[-] Strawberry 2 points 1 day ago

Sorry I was meaning in the context of using nix-shell for isolated reproducible environments. I read that things can go wrong if you try to use a shell other than bash

[-] MissingInteger@lemm.ee 3 points 1 day ago
[-] Strawberry 3 points 1 day ago

Excellent, ty for showing this to me

[-] grrgyle@slrpnk.net 4 points 1 day ago

Still don't know how I'm supposed to add dictionaries to FF on snap. So many little issues like this with snaps.

[-] LeFantome@programming.dev 14 points 2 days ago* (last edited 2 days ago)

Tar is not a package manager, it is just a packaging format. AppImage has the same problem.

Flatpak is a bit of a crappy package manager but at least it is one. And, due to its use of container technology, it allows the same packages to run on any Linux kernel (any Linux distro). That is pretty useful.

Of the other package managers, apk 3 is my favourite but the only distro that uses it is Chimera Linux. Pacman is good. dnf / RPM is ok. apt / deb is in last place for me. The recent Ubuntu 25.04 launch snafu illustrates some of the problems with apt. The first Linus Tech Tips Linux challenge really highlighted the dangers of apt.

I only used snap briefly but instantly hated it. Fstab was a mess. It was slow. It was proprietary. I fled before I could form an educated opinion.

[-] Samueru_sama@programming.dev 3 points 2 days ago* (last edited 2 days ago)

it allows the same packages to run on any Linux kernel (any Linux distro). That is pretty useful.

flatpak itself depends on namespaces, so saying that it works on any kernel is quite a stretch.

Can flatpak do this? This is a GIMP3 appimage running on ubuntu 10.04 without any container:

The kernel is so old that even the appimage runtime itself complains of missing functions and has to fallback to a workaround.

UPDATE: flatpak can't work because bubblewrap itself can't:

PR_SET_NO_NEW_PRIVS is only available since kernel 3.5

load more comments (3 replies)
[-] bjoern_tantau@swg-empire.de 138 points 3 days ago

A magnetised needle and a steady hand is a better package format.

load more comments (2 replies)
[-] danhab99@programming.dev 35 points 3 days ago

Nix is just across the street sipping tea because it understands what it is and is at peace with the chaotic world around it.

[-] Venus_Ziegenfalle@feddit.org 26 points 3 days ago

Gentoo is too busy compiling to notice what's going on around it

[-] ytg@sopuli.xyz 1 points 2 days ago

If you want, you can also compile everything with Nix!

load more comments (2 replies)
[-] ptz@dubvee.org 99 points 3 days ago

Let the hate of the crowd wash over me, but I don't even like Flatpak, and I've got love-hate (mostly hate) relationship with AppImage as well.

Just give me a system package or a zipped tarball.

In recent years, have had to just get used to needing to build most projects from source.

load more comments (42 replies)
[-] jaybone@lemmy.zip 57 points 3 days ago

Are there enough watermarks on this meme? At least we got reddit covered.

[-] forrcaho@lemmy.world 29 points 3 days ago

AppImage is the no-nonsense universal package format.

[-] JakobDev@feddit.org 18 points 3 days ago

AppImages have a lot of problems

[-] AnimalsDream@slrpnk.net 7 points 2 days ago

Absolutely my favorite. Just download and go. Super portable.

load more comments (2 replies)
[-] srestegosaurio@lemmy.dbzer0.com 3 points 2 days ago

Last time I read something from the main dev I almost ran stright into the woods.

Also idk about how it is the management situation, portals integration, etc…

[-] Abnorc@lemm.ee 26 points 3 days ago* (last edited 3 days ago)

It's not about the package management method that we use. It's about the friends and enemies we made along the way (while arguing about package management.)

load more comments (1 replies)
[-] fossilesque@mander.xyz 10 points 2 days ago* (last edited 2 days ago)

Haha, I break snap a lot less than the others, and it took a bit to figure out the differences. Appimages are annoying af. Flatpaks are my favourite when there isn't a good old .deb. I recently broke Flatpak though so it's on my naughty list. Snap still chugging along for some reason, I just wish the permissions weren't so crazy strict (Nextcloud).

Speaking of all this, I realised I've accidentally installed some things twice. Is there a good way to list all the different package managers together to see what is duplicated?

[-] EddoWagt@feddit.nl 19 points 2 days ago

How do you break a flatpak?

[-] OR3X@lemm.ee 2 points 2 days ago

I once uninstalled a flatpak and it rendered another installed flatpak unlaunchable. Not even the repair function would fix it. Ended up having to use timeshift to rollback. Not sure if that was the fault of Flatpak or that one specific app but it was pretty frustrating.

[-] Colloidal@programming.dev 7 points 2 days ago

Asking the real questions here.

load more comments (3 replies)
[-] Bishma@discuss.tchncs.de 53 points 3 days ago

A stab at my personal ranking: .deb > appimage > flatpack > curling a shell script

I can't help but love a .deb file (even when not via repo), I've almost exclusively used Debian and it derivatives since the late 90s. And snap isn't on the list because it got stored in a loopback device I removed.

load more comments (19 replies)
[-] procapra@lemm.ee 33 points 3 days ago

If flatpak didn't make me put the entirety of KDE onto my system (thats an exaggeration but you know what I mean) I'd gladly crown it king of the package managers.

[-] rtxn@lemmy.world 20 points 3 days ago

I just want to point out the dependencies of Konsole (arguably a small and simple application in concept): glibc gcc-libs icu kbookmarks kcolorscheme kconfig kconfigwidgets kcoreaddons kcrash kdbusaddons kglobalaccel kguiaddons ki18n kiconthemes kio knewstuff knotifications knotifyconfig kparts kpty kservice ktextwidgets kwidgetsaddons kwindowsystem kxmlgui qt6-5compat qt6-base qt6-multimedia sh.

[-] sensiblepuffin@lemmy.funami.tech 22 points 3 days ago

Plus make it hell on earth to a) access drives other than the one flatpak is installed on, b) interoperate with non-flatpak applications, and c) retain any amount of free space on my drives (exaggeration for effect).

load more comments (3 replies)
[-] OsrsNeedsF2P@lemmy.ml 18 points 3 days ago

Psst .. the first KDE app you installed via your package manager also put "the entirety of KDE" onto your system.

load more comments (2 replies)
load more comments (1 replies)
[-] kibiz0r@midwest.social 39 points 3 days ago
load more comments (2 replies)
[-] blarth@thelemmy.club 23 points 3 days ago

I need nothing but apt or dnf. Miss me with that other junk.

[-] null@slrpnk.net 25 points 3 days ago
load more comments (2 replies)
load more comments (15 replies)
[-] unknown1234_5@kbin.earth 36 points 3 days ago

my issue with snaps is honestly just that they are controlled too much by just one entity (canonical) and there is no reason for them to exist because flatpak already does everything they do.

load more comments (3 replies)
[-] MoonlightFox@lemmy.world 33 points 3 days ago

I have really started to like AppImage. You just download a single file make it executable and it just works.

I use Cursor for coding, and it has an appimage that replaces itself when it updates.

[-] bdonvr@thelemmy.club 53 points 3 days ago

That's cool and all but it would be even cooler if you could just install and keep it updated through your package manager

load more comments (9 replies)
load more comments
view more: next ›
this post was submitted on 29 Apr 2025
1041 points (100.0% liked)

linuxmemes

24742 readers
1143 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

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 figuresWe 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