IT/Software/Applications/Firefox: Difference between revisions
Access restrictions were established for this page. If you see this message, you have no access to this page.
Walttheboss (talk | contribs) (Created page with "This has always been the Ubuntu Default. I still like it better but it continues to lose market share(Sept. 2021) <br />") |
(Fix formatting) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
I still like it better but it continues to lose market share(Sept. 2021) | I still like it better but it continues to lose market share(Sept. 2021) | ||
There is an issue with Firefox and the DownloadHelper extension when installed as a snap. Firefox must be uninstalled as a snap and reinstalled as a deb from mozilla's ppa. | |||
sudo snap remove firefox | |||
sudo add-apt-repository ppa:mozillateam/ppa | |||
sudo apt update | |||
Add the following to the new file /etc/apt/preferences.d/mozilla | |||
Package: firefox* | |||
Pin: release o=LP-PPA-mozillateam | |||
Pin-Priority: 1001 | |||
sudo apt install firefox |
Latest revision as of 11:37, 12 September 2023
This has always been the Ubuntu Default.
I still like it better but it continues to lose market share(Sept. 2021)
There is an issue with Firefox and the DownloadHelper extension when installed as a snap. Firefox must be uninstalled as a snap and reinstalled as a deb from mozilla's ppa.
sudo snap remove firefox
sudo add-apt-repository ppa:mozillateam/ppa
sudo apt update
Add the following to the new file /etc/apt/preferences.d/mozilla
Package: firefox* Pin: release o=LP-PPA-mozillateam Pin-Priority: 1001
sudo apt install firefox