[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Fwd: Re: I think Firefox is crashing my system



On 8/17/25 06:28, Greg Wooledge wrote:
On Sat, Aug 16, 2025 at 23:00:29 -0700, David Christensen wrote:
# apt-get purge firefox-esr

Since the goal is to reinstall firefox-esr shortly afterward, we don't
really want to remove anything that depends on firefox-esr, such as
a desktop environment metapackage.  Even worse, a metapackage that
has a line like "Depends: firefox-esr | other-browser" might bring in
some other browser we don't want.  So, this command might be better:

     dpkg --purge --force-depends firefox-esr


If `apt-get purge firefox-esr` purges up the desktop or other packages would should be precursors, that would be a serious bug.


But, the fact that you mention it is disturbing. Please feel free to test and post the results.


If `apt-get purge firefox-esr` purges dependencies, then the sysadmin would need to reinstall them after reinstalling firefox-esr.


This will leave the system in a "broken" state, but it's only a teeny
weeny little bit broken, and we're going to repair it in a few moments.
It's similar to the state you experience briefly while doing a release
upgrade.

$ mv ~/.mozilla ~/.mozilla- old

There's an extra space in there which you don't want.


Thank you for the correction:

$ mv ~/.mozilla ~/.mozilla-old


David


Reply to: