I received notice from my IT department to update Firefox and Thunderbird due to security issues. I thought it would be as easy as going clicking something like "Search for updates" in the menu, but I couldn't find such an option. I ran sudo apt update
and then sudo apt upgrade
because I think that is how all installed software is usually updated.
However, these are the version numbers of my Firefox and Thunderbird installations as listed in the settings:
Though if I download Firefox directly here, I get version 88 at the time of writing this. Thunderbird's newest version is 78.10. Thanks to the question linked in the comments, I understand that for various reasons, the Ubuntu upgrade command does not necessarily install the newest stable versions of any software. Is there another route?
apt update
/apt upgrade
) but try alsoapt full-upgrade
. Current versions are respectively 87 and 78 in an updated 20.04 and they're fully supported, your IT department shouldn't be complaining. – ChanganAuto Apr 21 '21 at 12:11apt full-upgrade
, but Firefox is still on 87.0 and Thunderbird on 78.7.1. – smcs Apr 21 '21 at 12:21