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.
From a security standpoint? Not even close. From a software-release validation requirement, not even in the same galaxy. If they look the same, it’s only due to Clarke’s law.
It’s a joke based of the fact that when you type apt install firefox on ubuntu, it will install the snap instead of the deb package, which is what you would expect when you use apt to install something.
In Ubuntu they are the same.
firefox
version1:1snap1-0ubuntu5
is a deb that literally runs the commandsnap install firefox
in the preinst script. Check line 77 infirefox-1snap1/debian/firefox.preinst
in the source tarball: https://launchpad.net/ubuntu/+source/firefox/1:1snap1-0ubuntu5There’s no magic there.
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 in general.
Yeah for sure, I read your comment as excusing canonical screwing with user intent but I see that’s not what you meant.
Yeah, I really dislike snap and have puppet clean it out and add in the real mozilla repo for me. If I wanted sandboxed apps I’d probably look at flatpak but I think there’s still work to be done there also.