Artix Linux Forum

Artix Linux => Package management => Topic started by: sticksix on 27 April 2022, 23:07:02

Title: Warning: kimageannotator: local (0.5.3-2.1) is newer than world (0.5.3-2)
Post by: sticksix on 27 April 2022, 23:07:02
Showing that kimageannotator local is newer than world. I ran pacman -Syuu and got

error: kimageannotator: signature from "Artix Buildbot <[email protected]>" is invalid
:: File /var/cache/pacman/pkg/kimageannotator-0.5.3-2-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n]

Is it standard to answer yes to delete package?

Thanks
Title: Re: Warning: kimageannotator: local (0.5.3-2.1) is newer than world (0.5.3-2)
Post by: strajder on 27 April 2022, 23:26:11
Try (as root)
Code: [Select]
rm -v /var/cache/pacman/pkg/kimageannotator*
pacman -Syyuu
Title: Re: Warning: kimageannotator: local (0.5.3-2.1) is newer than world (0.5.3-2)
Post by: sticksix on 28 April 2022, 01:45:08
This worked. Many thanks!!

Try (as root)
Code: [Select]
rm -v /var/cache/pacman/pkg/kimageannotator*
pacman -Syyuu