On 08/10/2021 15.41,
jaugu...@verizon.net wrote:
> FYI, I did NOT manage to Update the Package Manager in order to Update
> FireFox.
> I am FRUSTRATED with the CONFUSING steps required to "VERIFY".
Took a hasty look at the man page (the online version, as I don't use a
distribution with apt) and it seems like it's not really helping in this
case, but I found the following command recommended in a blog post:
apt-get --allow-releaseinfo-change-origin update
> Would Linux Ubantu or Mint be better for updating FireFox?
As both Ubuntu and Mint uses apt, they are trouble prone for the exact
same issue if they change the key they use to sign repositories/packages
and you haven't done an update before the old key has expired.
This ain't a problem of apt, it's more about the possibility to provide
packages that hasn't been tampered with, so RedHat based systems will
also have this even if they use yum.
The only way to avoid the issue with change of signing keys would be
using a "LiveCD" (nowadays they use usb memory-sticks instead), but the
download size would be larger as you would download a whole new version
of the distribution.
There is also possibility to use the Firefox compiled by Mozilla and not
update the system, but then your rest of the system wouldn't be up to
date and could lead to that you could be hacked anyway.
I hope the "apt-get --allow-releaseinfo-change-origin update" solves
your problem.
--
//Aho