this post was submitted on 14 Jul 2023
101 points (94.7% liked)

Linux

46819 readers
1437 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
101
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

I see people hate snap packaging and removing it if their OS support it. Is it because it's NOT fully open-source or just due to how the technology works?

Update: fixed typos

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 58 points 1 year ago (4 children)

This threads got lots of good answers, but I haven't seen it mentioned that snaps sometimes mean reduced functionality.

Use the docker snap? Sorry, it can only access your home directory so no -v /some/path:/somewhere for you

Use firefox or chromium and keepassxc? Sorry, your browser plugin won't be able to talk to your password manager

And the updates.... dear god. In whose mind was it a good idea to show a "firefox is updating, exit now to avoid issues" TWO WEEKS im advance. Closing the app does precisely fuck all unless you manually snap refresh it

Containerised applications are a fine idea, but snap is a horrible implementation of it

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

Didn’t know that about the docker snap but that is insane. It would be straight up unusable at work for me.

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

To be fair, those are both issues with flatpak too. You can change the file system permissions with a command or flatseal, but I don't know of a fix for the password extension issue.

[–] [email protected] 9 points 1 year ago* (last edited 1 year ago)

In general the integration of flatpak is quite good (even more if we compare it with snap), but there are still some gaps. In this case there are some solutions like this one.

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

Install Node with snap? Cypress silently closes. (This took some time to get to the bottom of)

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

I tried to get microk8s up and running by installing it from a snap since I figured it would be a nice and easy way to get up and running quickly.

I’ve spent so much time trying to get it working that I haven’t even started to learn k8s yet since I can’t get the damn thing to run.

I think I’m switching to Debian for my servers.

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

Wtf I've installed microk8s dozens of times it just works ?!