I have removed firefox using the most accepted answer on How to uninstall firefox from Ubuntu. And I also manually removed files by searching "firefox" in computer as much as possible. Still in software updater this keeps popping up, please look at image -> Software updater image . What do I do to stop this?
Asked
Active
Viewed 202 times
0
firefox-local-en
. Can you open a terminal and runsudo apt update
followed bysudo apt purge firefox-local-en
? Before continuing withy
, review the output in case that command wants to also remove other dependencies you may need. By getting rid of the package, it shouldn't prompt for any more updates. – Nmath Jul 17 '20 at 06:31sudo apt update
ran as expected. Butsudo apt purge firefox-local-en
gave error:E: Unable to locate package firefox-local-en
. When I ranapt list --upgradable
, the list does not have words "firefox" or "mozilla" in any of the items. – prateek Jul 17 '20 at 06:40