this post was submitted on 02 Oct 2023
795 points (95.7% liked)

linuxmemes

21282 readers
1297 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't fork-bomb your computer.

    founded 1 year ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] Coasting0942@reddthat.com 5 points 1 year ago (4 children)

    This computer idiot would also like to know why snap bad.

    [–] 520@kbin.social 15 points 1 year ago (1 children)

    The main reason is that it is completely controlled by Canonical, with no way to add alternative repos.

    [–] JoeyJoeJoeJr@lemmy.ml 2 points 1 year ago (1 children)

    It's worth noting you can bypass the repo, and install snaps that you downloaded from some other source - see https://askubuntu.com/questions/1266894/how-can-i-install-a-snap-package-from-a-local-file.

    That doesn't give you a separate "repo," but it does allow you to install snaps from anywhere.

    [–] 520@kbin.social 6 points 1 year ago* (last edited 1 year ago) (1 children)

    You can, but that completely negates the reasons why you'd want to have a repo system in the first place. You gotta do the legwork to get updates, for example.

    [–] jj4211@lemmy.world 2 points 1 year ago

    And to be explicit about it, zypper, dnf, apt, flatpak all have a specific mechanism to declare repositories and one 'update' check will walk them all.

    snap does not, and manually doing a one off is useless. AppImage also has no 'update' concept, but it's a more limited use case in general, it's a worse habit than any repository based approach.

    [–] avidamoeba@lemmy.ca 4 points 1 year ago* (last edited 1 year ago) (2 children)

    For computer idiots it's not bad at all. It mostly just works if you don't mess with it and Canonical relies on it to ship software for Ubuntu. It's one of those you should know what you're doing situations if you're using standard Ubuntu and messing with it. If you remove it, you will have to figure out what's shipped via snap and how to supplant it if you want it working, among other potential headaches.

    [–] EvacuateSoul@lemmy.world 3 points 1 year ago (1 children)

    No, it does not just work. It removes the option to install updates manually through GUI. If Firefox was running, the only GUI solution is to close it and wait 6 hours or whatever.

    My wife was perfectly fine installing updates from the tray with Synaptic. The PC is always connected to the TV with Jellyfin left open in Firefox where she was watching.

    So I switched to Manjaro to have a pretty OS that isn't getting rid of their package manager controlling the most used program.

    [–] avidamoeba@lemmy.ca 2 points 1 year ago* (last edited 1 year ago) (1 children)

    Ever since the fix for the "Pending update" notification, updating Firefox has been as complicated as closing it and reopening it when you see the notification. The pending update is installed immediately after closing it. It just works for my wife. ☺️

    Also I wouldn't leave her dead without automatic updates.

    I'm glad yours enjoying Manjaro. 👌

    [–] EvacuateSoul@lemmy.world 2 points 1 year ago (1 children)

    I didn't know they fixed it now, good to know.

    [–] avidamoeba@lemmy.ca 1 points 1 year ago

    Yup. Actually I should have said implemented instead of fixed. The implementation was sizeable. I saw some of the PRs. From a user point of view it was a defect fix but in reality it was a non-trivial implementation. I guess that's why it wasn't there from the get go.

    [–] ChunkMcHorkle@lemmy.world 0 points 1 year ago

    Those are all valid points, but there's one more. As a person who is just coming back to Linux after 25-30 years and relearning it all from scratch, I just don't want the hassle.

    Sure, there's overlap between distros, Linux is Linux, and any knowledge I might glean from Ubuntu would also largely apply to any other distro -- but why should I bother with investing time into a product that is already heading toward future politics and regressive policies when I can just install [NotUbuntu] and swerve the entire mess?

    There are hundreds of distros from which to choose these days, literally. Why start with one that's already obviously moving toward the dark side? For all that I could just stay on Windows. I'm trying to get away from triple-E and paywalls and gatekeeping, not just find different ones.

    Right now I'm testing out over a dozen distros on an old laptop in my spare time, and I think the only Ubuntu related one in my list is Pop!_OS, and it's there only because Pop!_OS doesn't rely on snap.

    It’s one of those you should know what you’re doing situations

    And I absolutely DO NOT, so that's that, lol. These days every brain cell counts, so damned if I'll waste any time wading into that mess.

    [–] Ooops@kbin.social 2 points 1 year ago* (last edited 1 year ago)

    If something exists in native form, use that. If it doesn't or you want some sandboxing (and there is at least some argument for a containerized version that brings all its needed dependencies, for developers not having to test for every linux for example) there's flatpack or appimage. Snap is just Canonical's proprietary alternative to flatpack. And also worse in basically any aspect. So they shove it down their users throat instead. Even for stuff that would be available natively and should just be installed via the normal package manager. And to make really sure, nobody is avoiding their crap, they also redirect commands, so for example using apt to install your browser automatically redirects your command to snap install...

    [–] aesthelete@lemmy.world 1 points 1 year ago

    I hate it for the refresh nag messages alone.

    The default Firefox in Ubuntu is a snap and I only knew that because due to nagging and having to restart constantly while I was using it and had to learn about snaps and how to install Firefox without them on Ubuntu.