I am tired of Firefox (version 119.0.1 64-bit) telling me I should update. So I tried to uninstall my current version, assuming it came from SNAP or FLATPAK. With regard to SNAP it shows up in /var/cache/snapd/names . However, the command
sudo snap remove firefox
gives: snap "firefox" is not installed
The Ubuntu Software app shows Firefox not installed.
flatpak list
doesn't show Firefox and
sudo flatpak uninstall firefox
says: error: No installed refs found for 'firefox'
So that seems like I installed it from a special repository, presumably the one that firefox provides. How would I determine that and then update it, or delete and re-install it?
Edit (from comment by @karel :
$ apt policy firefox
firefox:
Installed: 133.0~build2
Candidate: 133.0~build2
Version table:
1:1snap1-0ubuntu2 500
500 http://us.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
*** 133.0~build2 1000
1000 https://packages.mozilla.org/apt mozilla/main amd64 Packages
100 /var/lib/dpkg/status
132.0.2~build2 1000
1000 https://packages.mozilla.org/apt mozilla/main amd64 Packages
132.0.1~build2 1000
1000 https://packages.mozilla.org/apt mozilla/main amd64 Packages
The above appears to show version 133.0 installed. But ->Help->About Firefox shows 119.0.1:
Edit2: There are two Firefox executables on my system. The one in /usr/local/bin (linked to /opt/firefox/firefox) which is version 119.0.1 and one in /usr/bin which is version 133. The one in /usr/local/bin gets executed because it is in PATH ahead of /usr/bin.