0

I need to uninstall and reinstall Firefox to get the ExpressVPN extension to work. The extension was working fine before (I was running Ubuntu 20.x), but I just upgraded to Ubuntu 22.04.01 and the ExpressVPN browser extension stopped working. The documentation says there's a known issue where it can't connect with the desktop app if Firefox was installed from the Ubuntu software center, so I need to uninstall and then reinstall from the command line.

The problem is the software center does not show Firefox as an installed app, even though it's open and running on my system, and I can see the icon when I click the Show Applications menu. So I can't uninstall it from the Software center. I originally installed Firefox when I first got this laptop and I no longer remember exactly how I installed it, but I think it was just from the software center in Ubuntu 20.x. I have also tried sudo apt-get purge firefox and sudo snap remove firefox in terminal -- both of these tell me that firefox was not found so could not be removed. type firefox returns bash: type: firefox: not found.

Any ideas where I might look to find this so I can uninstall it and start again?

rzl
  • 1

1 Answers1

0

You can try to run the command sudo snap remove --purge firefox but based on what you said, there is a good chance you'll get an error similar to

error: cannot perform the following tasks:
-Remove data for snap "firefox" (1943) (unlinkat /var/snap/firefox/common/host-hunspell/en_ZA.dic: read-only file system)

If you get that error, run lsblk -fe7 -o+ro to verify that /var/snap/firefox/common/host-hunspell is mounted. If so, run sudo systemctl stop var-snap-firefox-common-host\\x2dhunspell.mount and sudo systemctl disable var-snap-firefox-common-host\\x2dhunspell.mount to finally remove the firefox snap package. This came from an answer from https://askubuntu.com/questions/1414173/completely-remove-firefox-snap-package