When I wanted to update my Arch / Antergos mac book before travelling this morning I was greeted by the following unfriendly message:
error: antergos-keyring: signature from "Antergos Build Server (Automated Package Build System) <admin@antergos.org>" is unknown trust
What the… Did somebody infiltrate the Arch/Antergos servers?! I was a bit worried, but of course one of the numerous forums had an answer already.
Running
sudo pacman-key --refresh-keys
sudo pacman -Sy antergos-keyring
did the trick and I could update my system again with pacman -Syu
full pacman error message log
error: antergos-keyring: signature from "Antergos Build Server (Automated Package Build System) <admin@antergos.org>" is unknown trust
:: File /var/cache/pacman/pkg/antergos-keyring-20170524-1-any.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] n
error: antergos-mirrorlist: signature from "Antergos Build Server (Automated Package Build System) <admin@antergos.org>" is unknown trust
:: File /var/cache/pacman/pkg/antergos-mirrorlist-20170527-1-any.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] n
error: broadcom-wl: signature from "Antergos Build Server (Automated Package Build System) <admin@antergos.org>" is unknown trust
:: File /var/cache/pacman/pkg/broadcom-wl-6.30.223.271_4.11.2_1-1-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] n
error: pamac: signature from "Antergos Build Server (Automated Package Build System) <admin@antergos.org>" is unknown trust
:: File /var/cache/pacman/pkg/pamac-4.3.6-1-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] n
Thank you for reading! If you have any comments, additions or questions, please leave them in the form below! You can also tweet them at me
If you want to read more like this, follow me on feedly or other rss readers
Thanks, mate. Had the same problem and this simple fix worked like a dream.
Hi. This didn’t seem to work for me.
I had to do the following, which I found fairly far down in the following forum:
sudo pacman -S haveged
sudo haveged -w 1024
sudo pacman-key –init
sudo pacman-key –populate archlinux antergos
sudo pkill haveged
then updating the keyring package worked:
sudo pacman -Sy antergos-keyring
sudo pacman -Syyu
Sorry, the link to the forum I found that suggestion on was at the following:
https://forum.antergos.com/topic/2604/problem-with-pacman-mirrorlist-being-corrupted/37?page=2
Thnx for this tip. It fix the problem in no time 🙂
many thanks!
Thanks for the tip, worked like a charm !
Thanks!!!!!!
Huge thanks. I had similar errors after not upgrading Arch in awhile (Antergos installer version). This fixed it! I did not know about pacman-key. I guess I never took the time to look at `ls /bin/pac*`