Support
Forums

Re: HOW TO UNINSTALL FIREFOX ON UBUNTU AND OTHER SOFTWARE

Assuming Firefox is installed the snap way (appears to be default in Ubuntu):Check if it a snap package:Code: [Select]type firefoxif it saysfirefox is /snap/bin/firefoxThen uninstall it:Code: [Select]sudo snap remove firefoxTo complete remove folders ...
Assuming Firefox is installed the snap way (appears to be default in Ubuntu):

Check if it a snap package:
Code: [Select]
type firefox
if it says

firefox is /snap/bin/firefox

Then uninstall it:
Code: [Select]
sudo snap remove firefox

To complete remove folders associated with it:
Code: [Select]
sudo snap rm -r firefox