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.