• bus_factor@lemmy.world
    link
    fedilink
    arrow-up
    59
    ·
    2 days ago

    Is this something that happens on Ubuntu or something? My Debian system hasn’t pulled in any snap stuff to my knowledge.

    • funkajunk@lemmy.world
      link
      fedilink
      arrow-up
      94
      arrow-down
      1
      ·
      edit-2
      21 hours ago

      Yup, it’s an Ubuntu thing.

      No idea why someone would run Ubuntu and then be surprised that snaps are enabled.

      EDIT:
      Yes, I already knew that Canonical keeps re-enabling snaps even if you uninstall/disable it - my original statement still stands.

      • moobythegoldensock@infosec.pub
        link
        fedilink
        arrow-up
        3
        ·
        21 hours ago

        Exactly. If you’re an Ubuntu user and don’t mind snaps, great. If you’re an Ubuntu user and hate snaps, why not just use one of the thousand other distros out there that don’t have snap?

      • HouseWolf@pawb.social
        link
        fedilink
        arrow-up
        67
        ·
        edit-2
        2 days ago

        It’s not that they’re enabled, it’s that they can re-enable themselves after updates even if the users disables Snaps and removes snapd.

        Had this issue with Ubuntu on my Dads laptop before I switched it to Debian.

      • BlameTheAntifa@lemmy.world
        link
        fedilink
        arrow-up
        8
        arrow-down
        1
        ·
        edit-2
        1 day ago

        On Ubuntu, even if you remove all snaps and snapd, apt commands are hijacked and will reinstall everything if you touch certain packages. The better solution is to not use anything from Canonical.

        • Possibly linux@lemmy.zip
          link
          fedilink
          English
          arrow-up
          9
          ·
          1 day ago

          From my experience it is people who used Linux 15 years ago and are just now coming back

          They missed the part where Ubuntu enshitified

          • gigachad@piefed.social
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 day ago

            For me it was the entry point, I heard everywhere it is the “beginners distro”. That was about 4 years ago, now sentiment changed and people are recommending Mint instead.

        • interdimensionalmeme@lemmy.ml
          link
          fedilink
          arrow-up
          3
          arrow-down
          9
          ·
          1 day ago

          TL;DR (Summary)
          zr0 is expressing a flat rejection of Ubuntu as a valid Linux choice, likely due to Canonical’s decisions around Snap and other user-hostile defaults. They see no redeeming reason for anyone to run Ubuntu — especially with better alternatives like Debian or Arch available.

          List all said “decisions and defaults” that would incur such an unfavorable verdict from a seasonned linux user ?

          1. Snap Package System (snapd)
            This feels to many like vendor lock-in — a betrayal of open-source ideals.
          2. Data Collection (“Ubuntu Phone Home”)
            Though anonymized, the default opt-in raised privacy concerns
          3. Amazon Search Integration in Dash (Ubuntu 12.10–16.04)
            Eventually removed, but left a lasting stain on Canonical’s reputation.
          4. Abandoning MIR and Unity — Then Reversing
          5. Bundling Bloat / Non-Free Software by Default
          6. Canonical’s Commercial Focus
          7. LTS-Only Philosophy in Flavors and PPAs
          8. Centralized Development Model
            Ubuntu is technically “open source,” but most decisions come top-down from Canonical.
            Snap is developed behind closed doors, then pushed downstream.
          9. System Resource Usage
            Ubuntu’s GNOME desktop and background services (like Snap, Tracker, etc.) are heavy on RAM and CPU.
          10. Difficulty Removing Canonical Components
            Removing Snap, cloud-init, or motd-news (system message ads) often takes manual, repeated effort.
            System update may reintroduce unwanted packages.
            This gives a feeling of a system that’s working against the user.

          Do you agree with that assessment user “zr0” ?

    • cloudy1999@sh.itjust.works
      link
      fedilink
      arrow-up
      8
      ·
      1 day ago

      Around 2021, I regularly ran into this problem with the Firefox snap. It had various runtime issues, so I preferred the traditional deb package. I’d uninstall the snap then install the deb. Then, some days later, I’d find the snap was somehow installed again. This happened a few times before I realized that the deb was just installing the snap. Imo, that’s not a good design. Debs should be debs and snaps should be snaps.

      Anyhow, I use Arch now, btw. Much more consistent experience.

      • B-TR3E@feddit.org
        link
        fedilink
        arrow-up
        2
        ·
        21 hours ago

        Somewhat unorthodox but on my Deian system I’ve for a long time just installed the firefox tar.bz package from mozilla.org in /usr/local with /usr/local/firefox/firefox liinked to /usr/local/bin/firefox. Updated system wide whenever necessary. Lately I just installed the .deb from mozilla.org allowed it to add its’ own repo to /etc/apt/sources.list.d and have been living happily after.