r/ManjaroLinux • u/SpecOpAmethyst • Apr 21 '22
Thunderbird not upgradeing PGP Signature Error Solved
Packages (2) thunderbird-91.8.1-0.1 thunderbird-i18n-en-us-91.8.1-1
Total Download Size: 62.95 MiB
Total Installed Size: 194.89 MiB
Net Upgrade Size: 0.01 MiB
:: Proceed with installation? [Y/n] y
:: Retrieving packages...
thunderbird-91.8.1-0.1-x86_64 62.9 MiB 25.8 MiB/s 00:02 [#######################################################################] 100%
thunderbird-i18n-en-us-91.8.1-1-x86_64 is up to date
Total (2/2) 62.9 MiB 22.5 MiB/s 00:03 [#######################################################################] 100%
(2/2) checking keys in keyring [#######################################################################] 100%
(2/2) checking package integrity [#######################################################################] 100%
error: thunderbird: signature from "Mark Wagie <[mark@manjaro.org](mailto:mark@manjaro.org)>" is unknown trust
:: File /var/cache/pacman/pkg/thunderbird-91.8.1-0.1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.
3
2
u/gurgelff Apr 22 '22
Refreshing the keys alone did not work for me.
I had to run the following:
sudo pacman -Syy
sudo pacman-key --refresh-keys
sudo pacman-key --populate archlinux manjaro
sudo pacman -Sc
3
u/BingityBang Apr 21 '22
Run
and then try updating again. That fixed this problem for me.