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?
which firefox
? – BobserLuck Nov 08 '22 at 18:36which firefox
returns nothing. is firefox-esr a terminal command, or a package or something else? – rzl Nov 08 '22 at 18:45