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

Linux

47331 readers
923 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 1 year ago* (last edited 1 year 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] 11 points 1 year ago (2 children)

Is Flatpak not a container system?

[–] [email protected] 7 points 1 year ago (1 children)

Kind of? Maybe?

It has similar goals to something like docker, but goes about it very differently, and it's obviously meant for user-facing applications.

You wouldn't use docker to install steam, but you can use flatpak.

[–] [email protected] 7 points 1 year ago (1 children)

I asked the question because of the label "half-assed" that the commenter above me put on Flatpak. I do not know much about snap, Flatpak and how they differ (other than the fact that both are used as containerisation technologies for desktop apps and the former is by Canonical), and why Flatpak is necessarily worse that snap (by what metric? System performance? Storage?)

[–] [email protected] 2 points 1 year ago (1 children)

They are referring to flatpaks level of security. It's sandboxing leaves a lot to be desired, as I've understood it.

[–] [email protected] 2 points 1 year ago

Well probably because you usually don't want it so secure that it doesn't function correctly anymore.

On snap I often need the --classic option to get sth running because it won't run properly in a full ssndbox

[–] [email protected] 0 points 1 year ago (1 children)

@MigratingtoLemmy @I_like_cats I wondered about that, but to me it just feels like an isolated file system based app structure, kinda like the .app folders in Macs. Does that sound right?

And with permissions, you can stop the app from accessing anything outside of its specific little file system.

[–] [email protected] 1 points 1 year ago

I see. Thanks!