PINE64
Error trying to update Manjaro software - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114)
+--- Thread: Error trying to update Manjaro software (/showthread.php?tid=17153)



Error trying to update Manjaro software - boosterh - 08-15-2022

Hello. I receive the following error while trying to update software in Manjaro using Add/Remove Software:

Invalid or corrupted database (PGP signature)
Failed to synchronize databases

If anyone is able to advise I’d be grateful. I’m pretty inexperienced when it comes to Linux.


RE: Error trying to update Manjaro software - josmo - 08-18-2022

Hi there,
did u try updating outdated sig keys yet ... in terminal?

$sudo pacman-key --refresh-keys

$sudo pacman-key --populate archlinux manjaro

$sudo pacman -Syy


RE: Error trying to update Manjaro software - boosterh - 08-31-2022

(08-18-2022, 08:09 AM)josmo Wrote: Hi there,
did u try updating outdated sig keys  yet  ... in terminal?

$sudo pacman-key --refresh-keys

$sudo pacman-key --populate archlinux manjaro

$sudo pacman -Syy

Thanks for responding! Refresh keys made no changes. Populate gave:

gpg: error reading key: No public key


-Syy output was:

error: GPGME error: No data
error: failed to synchronize all databases (invalid or corrupted database (PGP signature))


RE: Error trying to update Manjaro software - shulamy - 08-31-2022

what about
Code:
sudo pacman -S manjaro-keyring manjaro-arm-keyring
 ?

 ezik


RE: Error trying to update Manjaro software - boosterh - 08-31-2022

(08-31-2022, 12:58 PM)shulamy Wrote: what about
Code:
sudo pacman -S manjaro-keyring manjaro-arm-keyring
 ?

 ezik

Output:
error: GPGME error: no data
error: GPGME error: no data
error: GPGME error: no data
error: database ‘core’ is not valid (invalid or corrupted database (PGP signature))
error: database ‘extra’ is not valid (invalid or corrupted database (PGP signature))
error: database ‘community’ is not valid (invalid or corrupted database (PGP signature))


RE: Error trying to update Manjaro software - shulamy - 08-31-2022

maybe bad mirror

ezik