What use to be the PPA that allowed Ubuntu users to use native .deb packages for Firefox has recently changed to the same meta package that forces installation of Snap and the Firefox snap package.

I am having to remove the meta package, then re-uninstall the snap firefox, then re-uninstall Snap, then install pin the latest build I could get (firefox_116.0.3+build2-0ubuntu0.22.04.1~mt1_arm64.deb) to keep the native firefox build.

I’m so done with Ubuntu.

  • Linuturk@lemmy.onitato.com
    link
    fedilink
    arrow-up
    12
    ·
    11 months ago

    I like the approach Pop OS takes. Their software store lets you choose between deb or flatpak when you install software. I’ve had issues with flatpak versions of some software, and flipping to the deb package usually fixes it.

    • Nick@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      11 months ago

      Fedora does the same thing where you can choose between RPM or Flatpak. The only flatpak package I’ve ever had problems with was OnlyOffice, and the issue was that the scaling was blown way out of proportions. Switching to the RPM version resolved that.

      • Solar Bear@slrpnk.net
        link
        fedilink
        English
        arrow-up
        14
        ·
        11 months ago
        1. Flatpaks are usually fresher than point release distro packages
        2. Flatpaks are distro-agnostic
        3. Flatpaks are easily containerized for increased security and privacy
        4. Flatpaks can guarantee you have a known-good dependency chain directly tested by the developers/maintainers themselves
        5. Flatpaks can be installed and managed entirely in userspace
        • qyron@sopuli.xyz
          link
          fedilink
          arrow-up
          4
          ·
          11 months ago

          All of that is good but you are overlooking the small detail that installing flatpack implies using up a lot more disk space than just pulling a distro package.

          I can point one specific example with libre office: 3.9GB for the pack vs 785MB for the .deb.

          We can argue disk space nowadays is cheap but overloading a machine with duplicated packages also goes against the main goal of running a Linux.

          When I first started using it, one of the talking points was that Linux kept the system clean of clutter and that improved longevity for the hardware and delivered stability by not having unnecessary and unused or orphaned and redundant libraries and dependencies.

          With flatpacks we get the latest and greatest - I’m a debian fan and I hurt for not getting more up to date software - but we are carting in a ton of junk that should not be necessary.

          And the container/sandbox part is not that great, apparently. Debian wiki links to this to further educate/alert on the down sides of flatpacks. Debian is not the ultimate bearer of truth but they do move a lot of respect.

          • TeryVeneno@lemmy.ml
            link
            fedilink
            arrow-up
            3
            arrow-down
            1
            ·
            11 months ago

            The 3.9GB is not just libreoffice, that number also includes runtimes. At most you would only install maybe around half of your host systems’s packages in runtimes for all the apps you use. There shouldn’t be any more usage than that. And even less if you stick to apps that fit your DE. Like if I just stuck to apps that used the gnome runtimes, I would have a pretty minimal installation.

            Unfortunately, the dependency problem is really hard to solve, and at least they deduplicate what they can. Everything else works perfectly as well besides some minor issues with the sandbox connecting to the host system in certain edge cases.

            Also please don’t link flatkill, it’s woefully outdated and every point on there has been addressed for years; it should be taken down.

        • Fonzie!@ttrpg.network
          link
          fedilink
          arrow-up
          1
          ·
          10 months ago
          1. Some software is on the Flathub instead of on Debian’s repos, so sometimes the choice is between Flatpak, AppImage and Snap.
      • Linuturk@lemmy.onitato.com
        link
        fedilink
        arrow-up
        4
        ·
        11 months ago

        When a project doesn’t publish a deb or other native package, or when the flatpak is much newer and has features you need.

      • astray@lemm.ee
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        11 months ago

        Flatpacks include the dependencies with the application. So different flatpacks may have the same libraries over and over, wasting space. RPM/DEB install just the application and each dependency is a separate package, and packages that use the same dependency will share the one copy. So flatpack is better for consistency when running the app because everyone is running the same dependency version, and space isn’t as much of an issue anymore with nearly everything having more than enough storage.

        • SALT@lemmy.my.id
          link
          fedilink
          English
          arrow-up
          2
          ·
          11 months ago

          Flatpak share dependencies when they have same version, so they aren’t wasting space. e