this post was submitted on 16 Dec 2023
1092 points (97.4% liked)
linuxmemes
20880 readers
3 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Correct me if I am wrong, but
apt-get install firefox
installs the snap version unless you go out of your way to fix that?Yep, it installs the snap version
I believe this is correct. Ubuntu installs the snap package if there is an equivalent package available. So even if you use apt, you still get snaps.
apt uses debians packages and debian repositories. Unless they recently created an alias or something, it should install debian packaged version!
I was under the impression the latest "firefox" package was a kind of "meta" package that caused the snap to get installed instead.
Certainly seems that way according to: https://packages.ubuntu.com/search?keywords=firefox
Note that 22.04 is described as a transitional package to snap.
Apt does use debian packages (.deb files), but on ubuntu it uses ubuntus repositories.
Even worse than I thought, then :/
They've introduced a couple of redirects so that the snap version gets installed.