this post was submitted on 08 Sep 2023
325 points (93.1% liked)

Linux

46819 readers
1136 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
325
Why I dislike snaps (lemmy.dbzer0.com)
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]
 

Screenshot doesn't even show half.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 36 points 11 months ago (2 children)

Appimage literally requires more storage for the apps because it dublicates all dependencies so in terms of storage flatpak and dnaps win by FAR, there are valid reasons to criticize all three but your comment is a sad joke!

[–] [email protected] 1 points 11 months ago (1 children)

It does make sense why it works the way it works but I still don't want it on my system

[–] [email protected] 2 points 11 months ago

Well, that's your choice, I like and use Flatpaks but noone has to do so!

[–] [email protected] -5 points 11 months ago* (last edited 11 months ago) (1 children)

Unless you trying to replace half your system with appimages, appimages take less space in practice .

[–] [email protected] 3 points 11 months ago (1 children)

Did you read my comment at all? Flatpak and Snap share dependencies while Appimage doublicates all of them so unless you have no big dependencies on your system (literally impossible with Linux systems) Flatpaks and Snaps become more efficient in terms of storage usage the more you use them because they share big parts while Appimage still dublicates every single dependency because it's a single binarie with everything in it...

[–] [email protected] -1 points 11 months ago* (last edited 11 months ago)

Flatpaks and Snaps become more efficient in terms of storage usage the more you use them...

I'm not disagreeing with that, but how many apps an average user requires that he can't find in the distro's repository? And how many snaps he should have installed, so it'd be more space-efficient than appimages, 10? 20? 30?

hint: for me - one is too many.

Flatpak and Snap share dependencies while Appimage doublicates all of them...

On the other hand, appimage only includes the libraries actually required by an app. Where Snap/Flatpack install big fat runtimes.
I've recently made a very simple gtk4 app and packaged it with all dependencies into a 10mb appimage you can just download and run. The very same app would rely on 250+ mb gtk4 runtime with snap.
And I could be fine with that; but no, it's not that simple, you'll have x3 gtk4 runtimes on your system. Because snap keeps 3 last versions of every snap pkg and it's dependencies. I don't know what flatpack installs, but it's not efficient in that regard either.

2-3 gigs of libraries a program might not even need. It's just wasted space for an average linux user. And if I was fine with that, I would be using Windows right now.