this post was submitted on 23 Aug 2023
411 points (98.1% liked)

Linux

56456 readers
1224 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

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.

(page 2) 50 comments
sorted by: hot top controversial new old
[–] flashinthepan@lemm.ee 6 points 2 years ago* (last edited 2 years ago)

Firefox snap on Ubuntu is still slow to start after all this time. The binary from Mozilla starts nearly instantly.

[–] syaochan@mastodon.online 5 points 2 years ago (3 children)

@PseudoSpock add Linux Mint repository and install Firefox from there, as described here: https://askubuntu.com/questions/1386738/how-to-install-chromium-from-the-linux-mint-repositories-in-ubuntu
Or switch to Linux Mint entirely, like I did :ablobcatbongo:

load more comments (3 replies)
[–] hitagi@ani.social 4 points 2 years ago

The last time I had to deal with Firefox-Snap on a fresh Ubuntu install, it kept crashing on launch. Grabbed a tarball and that justworks (TM). That was around a year ago. Hopefully the situation has gotten better.

[–] manpacket@lemmyrs.org 4 points 2 years ago (5 children)

What PPA was it? I'm using this one and it seems to be still native. http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt

That said - I'm experimenting with NixOS to move to.

load more comments (5 replies)
[–] over_clox@lemmy.world 3 points 2 years ago (3 children)

Question: Is this going to also apply to Linux Mint and other Ubuntu/Debian cousin distros?

[–] laribA@sh.itjust.works 5 points 2 years ago (2 children)

Worth mentioning that Mint has LMDE (Linux Mint - Debian Edition), a version of Mint based on Debian instead of Ubuntu as a fallback for if/when Canonical starts doing stupid shit

load more comments (2 replies)
load more comments (2 replies)
[–] bakkerthehacker@lemmy.ca 3 points 2 years ago* (last edited 2 years ago)

This may be caused by pinned versions or preferences not being setup correctly in your apt config, rather than a problem with the PPA. It could have been caused by the recent 117 update.

In /etc/apt/preferences.d/ you can create files to control which versions and releases are used for which packages. This is how linux mint prevents snap from getting in, (even though they package their own firefox with its own customizations). Setting up something like:

Package: snapd
Pin: release a=*
Pin-Priority: -10

and

Package: firefox
Pin: release o=Ubuntu
Pin-Priority: -10

should get it working better for any further upgrades

[–] PseudoSpock@lemmy.dbzer0.com 3 points 2 years ago (1 children)

They don’t work. I am on arm and need to add in widevine. Can’t from a snap or flatpak.

[–] ikidd@lemmy.world 3 points 2 years ago (1 children)

I think you need to learn how to reply to a comment not to the entire thread, my man.

load more comments (1 replies)
[–] PseudoSpock@lemmy.dbzer0.com 2 points 2 years ago

Already started my EndeavourOS vm last night. :)

load more comments
view more: ‹ prev next ›