Is it me or Ubuntu secretly replaces DEB Firefox with Snap Firefox?
-
That is not the same thing as "snap and apt Firefox are the same". They just hijacked apt to force snap in.
-
So both commands do the same thing... right? I'm not saying snap and apt are the same.
-
I'm a relative Linux noob and Manjaro Arch works perfectly for me, no babysitting required.
-
You are missing the attribution. The person you are replying to is making a home that canonical says they are the same, not that they are actually the same.
-
You are missing the attribution. The person you are replying to is making a joke that Canonical says they are the same, not that they are actually the same.
-
Well, yes, except Canonical have made them actually do the same thing in the case of Firefox. I'm not aware of any other packages that have the deb install just run the snap install.
-
Yeah it's not really a secret
-
I used it decades ago (using the CLI installer for a Sid install I eventually fucked up beyond repair) and it was okay for a slightly tech savvy teenager, even then.
I suspect a lot of these issues are down to hardware compatibility more than anything else.
-
Yeah, there's an entire page bitching about it on Linux Mint's website.
-
Yeah for sure, I read your comment as excusing canonical screwing with user intent but I see that's not what you meant.
-
Red Hat and Ubuntu.
-
Chromium too iirc
-
It was a collaboration, although I'm having trouble finding a source for who wanted it first.
-
This is why i switched to Debian. It's 99% of Ubuntu, without the crap.
-
Yup,
apt install chromium-browser
callssnap install chromium
. Looks like thunderbird is the same. There's a fwupd-snap deb but fwupd seems to be the default. -
Clearly they’re cosplaying as a Canonical engineer whose internal explanation and pleas for them to not take this approach fell upon deaf ears /j
-
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.
-
w3m
is a proper debLooks like only firefox, chromium-browser and thunderbird are these dummy transitional packages. There's a
fwupd-snap
, but the defaultfwupd
is a full deb. -
Canonical added an epoch prefix to the firefox version number. Because that epoch (1) is higher than the implicit default (0), the official ubuntu dummy package is always considered to be a higher version than the official Mozilla package. apt doesn't look at snap packages, it installs the deb, but the ubuntu deb just runs
snap install firefox
and basically nothing else. -
Yep, I am agreeing with you. The statement was never snap and deb are identical, its that canonical is making them do identical things.