After creating a fresh installation of Ubuntu 24.04, I installed DEB Firefox from APT by following Mozilla’s instructions from here. But I noticed that it was secretly replaced with Snap Firefox. I was able to verify this by checking the About Firefox page. This is the third time I noticed this.

  • Papamousse
    link
    fedilink
    24 months ago

    One of the reason I moved to MX Linux, it is Debian based, always latest everything, like 6.12.11 kernel, my FF just got updated to 135.0, and it is no systemd, no flatpak, no snap, everything is DEB, and stable.

      • @[email protected]
        link
        fedilink
        184 months ago

        I’ve just found it’s more polished right out of the box. Definitely more new-user-friendly, like Ubuntu, but with Snap gutted out.

        I have been using the regular Mint (based on Ubuntu), but I’m probably going to use the Debian edition next time I install a new system

  • @[email protected]
    link
    fedilink
    474 months ago

    Yes. That was the last straw for me. I switched to debian stable, and haven’t looked back since

  • @[email protected]
    link
    fedilink
    English
    84 months ago

    For awhile I was getting firefox crashes in Mint all the time. Turns out it was the snap version being unstable.

    • @[email protected]
      link
      fedilink
      44 months ago

      How did you get snap on mint?! 😆I once tried it as a noob and mint was always “snap bad! Don’t do this! You will regret” even on try to circumvent it 🤣

        • Leaflet
          link
          fedilink
          English
          34 months ago

          Mint never preinstalled the snap. They package their own version of Firefox. I believe they have an agreement with Mozilla.

          • @[email protected]
            link
            fedilink
            English
            14 months ago

            Maybe it was that i had to install the snap version (or maybe flatpak?) and uninstall theirs, which fixed the crashes. I thought it was a hardware issue for awhile because it was so random.

  • fmstrat
    link
    fedilink
    English
    184 months ago

    This is why i switched to Debian. It’s 99% of Ubuntu, without the crap.

    • @[email protected]
      link
      fedilink
      64 months ago

      I must have hit that 1% last time. I assembled a new PC, wanted to install debian and could not get a login screen after installation. At that point I wanted something that just works. I installed Xubuntu and had the machine ready right away.

      • fmstrat
        link
        fedilink
        English
        44 months ago

        Thats… odd. The installer packages aren’t really that different. When was this?

        • caseyweederman
          link
          fedilink
          24 months ago

          My guess is: prior to Bookworm, when they started including non-free firmware on installation media by default.

    • @[email protected]
      link
      fedilink
      64 months ago

      I… I… I don’t know why I haven’t done that myself. (Am now on NixOS btw) but for work maybe I ask for Debian cloud box.

      • N.E.P.T.R
        link
        fedilink
        English
        24 months ago

        For work, you could also try Fedora Workstation or Linux Mint Debian Edition. Debian is pretty barebones, but if that isnt a bother then do whatever.

        • fmstrat
          link
          fedilink
          English
          4
          edit-2
          4 months ago

          It’s not barebones. I use it as my main desktop and barely notice any difference from Ubuntu, it has every package I’ve ever needed. I think that mentality of Debian being “bare” is outdated.

          @[email protected] this is for you, too.

          • N.E.P.T.R
            link
            fedilink
            English
            24 months ago

            I had a friend jump ship from Windows and they said that Debian felt barebones. I personally dont have any problem with it, I use it all the time for VMs, server, and I used to main it. I still think it is missing a lot of user-friendly small things that i never noticed on my own because I am very comfortable with Linux.

            • fmstrat
              link
              fedilink
              English
              24 months ago

              They do install less by default, but I’d love to pick their brain to understand what they meant. Oh well ¯_(ツ)_/¯

              • N.E.P.T.R
                link
                fedilink
                English
                24 months ago

                Linux just isnt transparent about some things. Beginners most have problems when they use a GUI tool and then have to still edit a file. Like dirt example, adding a new drive using GUI disk utility and then sometime in the future disconnecting the drive and being forced into emergency mode.

                • fmstrat
                  link
                  fedilink
                  English
                  14 months ago

                  Uhh, that’s a thing in any modern distro? I plug and unplug SATA drives all the time.

                • caseyweederman
                  link
                  fedilink
                  1
                  edit-2
                  4 months ago

                  I’d suggest the KDE flavor of Debian, then. Its settings manager is divine, and its software management platform ties every other package management system in (apt/dpkg for Debian, yum for Redhat, pacman for Arch, plus flatpak, nixpkg, and even snaps if you absolutely must). By default starting in Plasma 6.0.

                  More to @fmstrat’s point, and to suggest a possible cause your friend had that impression: if you install the Minimal flavor of any distro, you’re going to get a minimal experience.

        • @[email protected]
          link
          fedilink
          2
          edit-2
          4 months ago

          I like gnome, but i guess i could look at fedora.

          I would like to stay with apt as package manager so the package names stay the same to what I know, or is yum/dnf/etc gonna use the same for most?

          • N.E.P.T.R
            link
            fedilink
            English
            44 months ago

            Mostly the same, and if not all it has taken for me to figure it out was searching “fedora $pkgname”

          • caseyweederman
            link
            fedilink
            14 months ago

            You can get Gnome on Fedora. It won’t have Apt.
            Packages will have a different naming scheme based on the maintainers’ preferences, even between Debian and Ubuntu (though those are usually pretty minor).
            Your muscle memory is gonna trip you up for a while though.

    • @[email protected]
      link
      fedilink
      64 months ago

      I got a notification about it when I upgraded from 20.04 LTS that they will only serve it as a snap package.

  • Mia
    link
    fedilink
    27
    edit-2
    4 months ago

    Yeah they’ve been doing that for a while

  • @[email protected]
    link
    fedilink
    164 months ago

    I suspect that what’s happened is you installed the apt version, then at some point upgraded it and there was a version in the main repo that had a higher version number and installed the snap version. If two repositories both have a package with the same name, and no other rules in place, the higher version number wins.

    If that is the case, you need to pin the firefox package to the mozilla repository. You can find more details here: https://wiki.debian.org/AptConfiguration

      • @[email protected]
        link
        fedilink
        14 months ago

        It just occured to me that if you want to use Ubuntu without snap, you could uninstall the snap package itself (I’m not on Ubuntu, so you might need to find it), then put a ‘hold’ on the package to prevent it being reinstalled. That should, in turn, prevent any package versions that use snap from being installed.

        Initially uninstalling snap might require removing any packages that use it, but that’ll tell you what you need non-snap versions of.

  • @[email protected]
    link
    fedilink
    1
    edit-2
    4 months ago

    Have you correctly set your apt preferences? I didn’t have any issues anymore since I’ve done that.

    • @[email protected]OP
      link
      fedilink
      14 months ago

      I’m sure that I’ve set the apt preferences according to Mozilla’s article. I’ll have to wait and see until a new update arrives to Firefox.

  • @[email protected]
    link
    fedilink
    144 months ago

    Yup. They also did this with Docker, and it broke my setup (and was a bitch to debug).

    This was a couple of years ago, and I haven’t used Ubuntu unless absolutely necessary (and then usually in a container).

  • @[email protected]
    link
    fedilink
    34 months ago

    Is KDE Neon still broken? For awhile it was the only Ubuntu based distro I’d recommend. Yes, I know about Mint but no HDR or Wayland.

    • @[email protected]
      link
      fedilink
      English
      24 months ago

      I’m reasonably happy with XFCE/Xubuntu - it’s not as slick of a desktop as KDE or Gnome, and in some ways that’s a great thing.

  • @[email protected]
    link
    fedilink
    284 months ago

    Definitely not you, they absolutely do this with snaps and have for a while. This was the main reason I stopped using Ubuntu.

  • @[email protected]
    link
    fedilink
    64 months ago

    My work cannot manage permissions well so I cannot remove snap Firefox cos its in use by another user.

    Meanwhile current snap version of Firefox is crashing on my profile