• Railcar8095@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    9 hours ago

    I’ve not used Ubuntu based since pop 22.04, so sorry for the misinformed question. What’s the user facing issue with snap? I know the repos are solely managed by Ubuntu, but I didn’t have any issue I could attribute to snap. Actually I liked it had terminal app support, not only graphical ones like flatpak (last I checked at least)

    • clubb@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      7 hours ago

      It’s slow, and not great for desktop usage. Also, some apt packages have been transformed into snaps. If you do sudo apt install firefox it no longer installs the deb version, but the snap. I (and probably many other people) don’t like this lack of transparency and choice. It just feels like getting snaps pushed down our throats.

  • bdonvr@thelemmy.club
    link
    fedilink
    arrow-up
    91
    ·
    2 days ago

    The day I went to install something with APT and it forced installed the Snap with no easy way to tell it not to was the last day I ever ran Ubuntu on my PC

    • u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.org
      link
      fedilink
      arrow-up
      33
      ·
      edit-2
      2 days ago

      I recently tried Ubuntu.
      Wait, no, I fought Ubuntu.

      Firefox was snap. OK, remove it and apt install. Nope, that installs a snap. Now, one more thing, for some reason uninstalling the snap version of Firefox took several minutes each time where it was “disconnecting” it from a bunch of things, or something along those lines.

      So I followed the Mozilla guide for Firefox installation on Ubuntu. Did it work? No. The higher priority setting for Mozilla repo from their guide didn’t work.
      Finally, I found the answer on OMG Ubuntu, and I could finally install the regular Firefox package.

        • vaionko@sopuli.xyz
          link
          fedilink
          arrow-up
          1
          ·
          8 hours ago

          Good luck, a lot of packages in the repos are scripts to install snap and the software through that

          • ☂️-@lemmy.ml
            link
            fedilink
            arrow-up
            1
            ·
            6 hours ago

            i’m mostly just on flatpaks. when the small utils i still use as deb packages get replaced as snaps, its def time to hop.

    • pinball_wizard@lemmy.zip
      link
      fedilink
      arrow-up
      13
      ·
      2 days ago

      Same here.

      I had heard the issues, but thought - no big deal, right?

      Then I went to run something and it ran weird, so I checked which on the command line - and discovered my apt command had been intercepted and rerouted to snap.

      I forget the media (maybe multiple) where someone shoots their robot the first time it ignored a command, but it felt like that.

      I reimaged that machine to Debian or Mint shortly after that.

    • moonshadow@slrpnk.net
      link
      fedilink
      arrow-up
      8
      arrow-down
      1
      ·
      2 days ago

      The day they mentioned snaps was the day I grumbled and started recommending mint instead. Or maybe that was the day they crammed sponsored search results into their start menu…

  • lmr0x61@lemmy.ml
    link
    fedilink
    English
    arrow-up
    26
    ·
    2 days ago

    I gotta get my ass off Ubuntu. It’s literally just Business Debian—or in other words, Debian but worse.

  • OwOarchist@pawb.social
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    5
    ·
    2 days ago

    Okay, but…

    Recently, my girlfriend (who I successfully migrated to Kubuntu) was complaining about ads on youtube, so I wanted to install Brave for her, since that works well as a chromium-based browser but still doesn’t show ads. (I’ve had issues trying to play youtube on Firefox with adblocker, probably because Google’s trying to discourage anything other than Chrome.)

    Brave was available in the app store, and installed as a Snap. And it was fine. It installed fine, it works fine, no issues. Maybe it’s not the most efficient way to do things, and there certainly are issues with the snap system. But … it’s not the devil, and it’s not the end of the world.

    • ZkhqrD5o@lemmy.world
      link
      fedilink
      arrow-up
      20
      ·
      2 days ago

      As far as I know, technically speaking, Snap, the application side, is fully foss, but not the server side, meaning you can only install Snap packs integrated into the system from Canonical directly. And this is a big pain point for most.

      • N.E.P.T.R@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        10
        ·
        2 days ago

        Snap has a far better permission system and avoids many of the security pitfalls of Flatpak, but it being hardcoded to use Canonical’s proprietary server is BS. Also forcing people to use Snap is BS.

        • nesc@lemmy.cafe
          link
          fedilink
          English
          arrow-up
          1
          ·
          10 hours ago

          Is there any tutorial/article on those security pitfalls and permission system? I just build my packages when they aren’t available wanted to try flatpak for some time.