this post was submitted on 05 Oct 2025
544 points (99.1% liked)

linuxmemes

27641 readers
1131 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
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] CarbonIceDragon@pawb.social 4 points 5 days ago* (last edited 5 days ago) (4 children)

    As someone pretty new to linux, what's wrong with snaps? I've seen a lot of memes dunking on them but haven't run into any issues with the couple that ive tried (even had a problem with a flatpack version of a program that the snap version fixed, though I think it may have been related to an intentional feature of flatpacks rather than a bug).

    [–] mushroommunk@lemmy.today 24 points 5 days ago (4 children)

    Snap packages have a larger install size, run slower, increase resource usage (so more RAM and CPU cycles), the snap store is a closed source system so you get things like Cryptocoin wallet scams , and personally, I think conceptually snap system leads to poor library maintenance long term

    I dislike it for all the technical reasons you listed but could live with it despite that.

    The entire reason I don't install Ubuntu distros for Anyone anymore is that you can tell it specifically you want a deb and it can decide, no, no you don't, and reinstall snapd and that app as a snap.

    That's ridiculous and against what I view Linux should be.

    [–] HakFoo@lemmy.sdf.org 6 points 5 days ago

    We have an entire universe (from snaps up to univere-scale k8s setups) derived from "it works on my machine, so we'll ship my machine".

    How much bad software isn't being shook out because it's kept alive in a container with just the right dependencies to prevent it from activating bugs and bad assertions?

    [–] tsugu@gregtech.eu 2 points 5 days ago

    Having a closed source backend isn't the reason for malicious packages. There's a clear distinction between official and unofficial packages, and flathub isn't immune to this either.

    In comparison to flatpak, each runtime (core[number]) is supported for 10 years, so developers aren't pressured to update it if the app keeps working. The side effect is that over time you will end up with a few extra core snaps on your system but the peace of mind for the maintainers is worth it imo.

    It's also a smaller ecosystem than say flatpak, so it gets less use and less checks on it. Seems less well maintained than APT as well.

    [–] tsugu@gregtech.eu 6 points 5 days ago* (last edited 5 days ago)

    On a technical level, they've gotten very capable and in some ways are better than flatpak (packaging CLI software is super easy). Yes in the beginning they were slow but 10 years has passed.

    What a lot of users dislike is Canonical not open sourcing the backend that hosts the files. You can always install them locally, similarly to apks on Android. I don't see it as an issue because once the parent company/organisation dies that's usually it for the project, be it open source or proprietary.

    Snaps also use runtimes based on Ubuntu itself so Canonical dying = losing core functionality that is open source but nobody else will bother to take on that job.

    [–] juipeltje@lemmy.world 5 points 5 days ago

    I mainly dislike it because of it spamming the loopback devices. I know you can filter those out but i don't want to lol. Last time i heard their servers/backend or whatever was also proprietary, but i don't know if that's still the case. In general i don't really understand why you would choose it over flatpak, and i'm not really a flatpak fan either :p

    [–] rtxn@lemmy.world 2 points 5 days ago

    I'll just link my comment from the other day: https://lemmy.world/comment/19749012 (also read Morphit's reply, it gets worse)