I have two machines with Ubuntu 22.04. On one machine, I don't use Firefox, so I've uninstalled it. On the other machine, I use the flatpak version, so again I don't want the snap version installed.
But today, apt upgrade wants to install Firefox. Why? I don't want it.
Code:
$ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed
firefox
The following packages have been kept back:
libidn12 libinput-bin libinput10 ubuntu-desktop ubuntu-desktop-minimal ubuntu-minimal ubuntu-standard
0 to upgrade, 1 to newly install, 0 to remove and 7 not to upgrade.
Need to get 72.3 kB of archives.
After this operation, 261 kB of additional disk space will be used.
Do you want to continue? [Y/n]
In case it makes a difference, I have Ubuntu Pro enabled on both machines.
Unfortunately, removing Firefox as follows doesn't help…
Code:
sudo apt remove firefox
sudo snap remove --purge firefox
… because apt upgrade just wants to install it again.
Why is it doing this? How do I prevent this?
Bookmarks