this post was submitted on 17 Nov 2023
458 points (93.7% liked)

linuxmemes

20798 readers
1413 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] stergro@feddit.de 12 points 10 months ago (2 children)

I am a Linux user for over a decade but I have no idea what this discussion is about. Can someone give me a tldr? I install some software using apt and some using the store and never have any issues.

[–] Kethal@lemmy.world 17 points 10 months ago* (last edited 10 months ago) (1 children)

Snaps are ways to ship software where everything is bundled together and the developer doesn't need to sort out dependencies on the distribution. This often makes the package bloated. It has no direct benefits for users, but it makes life easier for developers. Thus, indirectly, users might get access to some software they would otherwise need to compile if no one's got it readily available for the user's distribution. Ubuntu appears mostly to be using it because they don't want to bother sorting out dependcies. On Ubuntu, and only on Ubuntu as fast as I know, some packages in apt will install the snap version silently, which, I think rightfully, annoys a lot of users.

There are similar alternatives, like flatpak, which also bundle dependencies. Some aspects of snap are proprietary to Canonical, the makers of Ubuntu, so you'll find people who are ok with the somewhat bloated software if it makes software more widely available, but aren't happy with a proprietary format in what is largely an open community.

[–] joystick@lemmy.world 5 points 10 months ago

Also sometimes run into weird permission problems with snaps, like with keypassxc browser integration.

[–] RmDebArc_5@lemmy.ml 9 points 10 months ago (1 children)

If you install an app with apt and it has a snap it automatically installs the snap

[–] Kethal@lemmy.world 4 points 10 months ago* (last edited 10 months ago) (1 children)

I believe snaps are only installed by default on Ubuntu at this point. Debian has apt and I don't think it installs a snap version unless you asked for that.

[–] lemann@lemmy.one 7 points 10 months ago

I don't think debian even has support for snaps built in, unless I'm mistaken? Most ubuntu derivatives also rip them out lol