IT/Software/Applications/Firefox

From msgwiki
Revision as of 11:36, 12 September 2023 by Itvte (talk | contribs) (Add firefox deb install instructions)
Jump to navigation Jump to search

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`