I purged firefox(*) and deleted /etc/firefox
and /usr/lib/firefox
, the whole .cache
thing and so on as already mentioned in Removing Firefox in Ubuntu with all add-ons like it never existed
After all, I still find "Firefox Web Browser" in All Application and even firefox --version
shows me (even after reboot)
Mozilla Firefox 72.0.1.
The command type firefox
says
firefox is /snap/bin/firefox
What should I do to completely get rid of it?
sudo snap remove firefox
– vanadium Jan 20 '20 at 09:20type firefox
saysfirefox is //bin/firefox
so from reading that command I thought it would be fair to assume that the author was aware that his Firefox was a snap package, not an apt package. – karel Jan 20 '20 at 11:31