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?