Block firefix-esr-mobile-config from (re)installing itself - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: Block firefix-esr-mobile-config from (re)installing itself (/showthread.php?tid=17784) |
Block firefix-esr-mobile-config from (re)installing itself - grump_fiddle_reinstall - 01-04-2023 The most recent Mobian update reinstalled firefox-esr-mobile-config overwriting my chosen settings for Firefox in the process. I have now removed the mobile config package. How do I stop this package from ever reinstalling itself again? Thanks in advance. RE: Block firefix-esr-mobile-config from (re)installing itself - dcarvil - 01-04-2023 (01-04-2023, 06:07 PM)grump_fiddle_reinstall Wrote: The most recent Mobian update reinstalled firefox-esr-mobile-config overwriting my chosen settings for Firefox in the process. I have now removed the mobile config package. The debian command is "sudo apt-mark hold package_name". I haven't tried it on the pine phone, but it should work. RE: Block firefix-esr-mobile-config from (re)installing itself - grump_fiddle_reinstall - 01-07-2023 Thanks. Does that also work for apt-get and Synaptic? I remember "disabling" an update for a program in Synaptic (desktop linux) some time ago only to find that apt-get happily ignored the block in Synaptic and installed the update I thought that I had blocked. RE: Block firefix-esr-mobile-config from (re)installing itself - dcarvil - 01-07-2023 (01-07-2023, 02:33 AM)grump_fiddle_reinstall Wrote: Thanks. Does that also work for apt-get and Synaptic? It works for apt-get. Synaptic is just a graphical front-end for apt, so it should also work for Synaptic. I don't use Synaptic, so I have never tested it |