OP
securitydog77
New Member
I am wondering if there are favorite search engines?Already done that, updated ubuntu and firefox snap. Firefox does not update.
I am wondering if there are favorite search engines?Already done that, updated ubuntu and firefox snap. Firefox does not update.
Wondering if I should get rid of firefox snap and download the normal version?I am wondering if there are favorite search engines?
sudo install -d -m 0755 /etc/apt/keyrings
wget -q https://packages.mozilla.org/apt/repo-signing-key.gpg -O- | sudo tee /etc/apt/keyrings/packages.mozilla.org.asc > /dev/null
sudo apt install wget
echo "deb [signed-by=/etc/apt/keyrings/packages.mozilla.org.asc] https://packages.mozilla.org/apt mozilla main" | sudo tee -a /etc/apt/sources.list.d/mozilla.list > /dev/null
echo '
Package: *
Pin: origin packages.mozilla.org
Pin-Priority: 1000
' | sudo tee /etc/apt/preferences.d/mozilla
sudo apt update
sudo apt install firefox
sudo apt install firefox-l10n-fr
sudo apt update
apt-cache search firefox-l10n
Wondering if I should get rid of firefox snap and download the normal version?
I believe it came with the distro.![]()
How to install Firefox as a traditional deb package (without snap) in Ubuntu 22.04 or later versions?
As far as I see in the ongoing development for 22.04 Jammy, Firefox is a Snap package. The related Deb package in apt is just a shortcut/link to the that snap version. I prefer my installation not ...askubuntu.com
I'm not sure if anybody has asked this yet. I think we've all just made assumptions, but I may have missed a post and a reply.
Has anyone asked you how you installed Firefox in the first place? Normally, Ubuntu will ship with Firefox. Did you do something else to install it, such as add a PPA or maybe install from a .deb that you found somewhere?
This just reinforces my belief that Ubuntu is a distro to stay far away from.
Ditto. Agreed.This just reinforces my belief that Ubuntu is a distro to stay far away from.
Whatever rocks your boat.I gave up on it years ago.
Firefox 130.0 Ubuntu 24.04 amd 64. Can't seem to get Firefox more updated.
Actually quite strange I installed Ubuntu 24.04 in a vm and I get the most recent Firefox version with snap. Can you share the output of "snap info firefox"?Already done that, updated ubuntu and firefox snap. Firefox does not update.