How do you get rid of thunderbird? The software updater is taunting me with its red dot:
apt list --installed | grep "thund" yields
thunderbird-locale-en/now 1:128.4.1esr+linuxmint1+wilma all [installed,upgradable to: 1:128.4.2esr+linuxmint1+wilma]```
while `sudo apt remove thunderbird` yields:
```Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package 'thunderbird' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.```
`sudo apt purge thunderbird` yields the same as above.