Can't remove firefox

sudo pacman -R firefox                                                                                                                             [23:06:02]
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing firefox breaks dependency 'firefox>=96.0.3' required by firefox-i18n-en-us
$ sudo pacman -Rusn firefox                                                                                                                          [23:05:33]
checking dependencies...
warning: removing firefox from target list
warning: removing mailcap from target list
 there is nothing to do

Help!

sudo pacman -Rs firefox-i18n-en-us
sudo pacman -Rs firefox

pamac remove -c firefox

The -c flag tells pamac to “cascade”, meaning also removing all dependencies of the chosen package firefox.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.