why, having removed firefox, does Ubuntu tell me it is already installed when I try and reinstall it? It still looks to me as if sudo snap remove --purge firefox did not do its job properly??
When you remove the snap package firefox, you do not remove the apt package named firefox. The apt package is not actually the firefox browser, but is a small package (77 Kb) that installs the firefox snap.
Here it is:
Code:
dmn@Kayleigh:~$ apt show firefox
Package: firefox
Version: 1:1snap1-0ubuntu5
Priority: optional
Section: web
Origin: Ubuntu
Download-Size: 77.3 kB
If you don't want the snap version installed, your options are:
1) use a PPA to get a .deb verson
2) download a Firefox package from Mozilla and manually install it.
3) use the Flatpak version of Firefox.