Skip to content

Instantly share code, notes, and snippets.

@tienthanh2509
Created November 5, 2020 07:21
Show Gist options
  • Save tienthanh2509/2227ce8448964682d890ccfa7d8bf8e1 to your computer and use it in GitHub Desktop.
Save tienthanh2509/2227ce8448964682d890ccfa7d8bf8e1 to your computer and use it in GitHub Desktop.
Replace Linux Mint firefox by Ubuntu Firefox
  1. Remove Mint version of Firefox.

  2. In directory /etc/apt/preferences.d create file firefox.pref (or any other name) with content:

Package: firefox firefox-locale-*
Pin: release o=Ubuntu
Pin-Priority: 800 
  1. Run apt-get update or similar action and install Firefox back. Now it will be always from Ubuntu repository.

Ref: https://unix.stackexchange.com/a/423138

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment