minus-squareBluescreenOfDeath@lemmy.worldtoLinux@lemmy.ml•Is it me or Ubuntu secretly replaces DEB Firefox with Snap Firefox?linkfedilinkEnglisharrow-up0·edit-26 hours agoIt takes a little more than just adding a different repository to your package manager, you have to tell apt which to prefer: echo ’ Package: * Pin: origin packages.mozilla.org Pin-Priority: 1000 Package: firefox* Pin: release o=Ubuntu Pin-Priority: -1’ | sudo tee /etc/apt/preferences.d/mozilla linkfedilink
It takes a little more than just adding a different repository to your package manager, you have to tell apt which to prefer:
echo ’
Package: *
Pin: origin packages.mozilla.org
Pin-Priority: 1000
Package: firefox*
Pin: release o=Ubuntu
Pin-Priority: -1’ | sudo tee /etc/apt/preferences.d/mozilla