152
submitted 10 months ago by Patch@feddit.uk to c/linux@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] yogthos@lemmy.ml -1 points 10 months ago

Snap makes a lot of sense for desktop apps in my opinion. There's a conceptual difference between system level packages that you install using something like APT, and applications. Applications should be managed at the user layer while the base system should provide all the common libraries and APIs.

It's also worth noting that this is a similar approach to what MacOS has been doing for ages with .app bundles where any shared libraries and assets are packaged together in the app folder. The approach addresses a lot of the issues you see with shared libraries such as having two different apps that want different versions of a particular library.

The trade off is that you end up using a bit more disk space and memory, but it's so negligible that the benefits of having apps being self-contained far outweigh these downsides.

[-] ShiningWing@lemmygrad.ml 3 points 10 months ago* (last edited 10 months ago)

The problem here is that for that purpose, Flatpak is better in nearly every way and is far more universal

I think Snap makes the most sense for something like Ubuntu Core, where it has the unique benefit of being able to provide lower level system components (as opposed to Flatpak which is more or less just for desktop GUI apps), but it doesn't make sense for much else over other existing solutions

[-] yogthos@lemmy.ml -3 points 10 months ago

I don't disagree, but as you point out in the context of Ubuntu Core the decision makes sense and snap does the job.

this post was submitted on 12 Nov 2023
152 points (96.3% liked)

Linux

47371 readers
971 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