Solution for this error while installing packages from AUR.
TL;DR
gpg --keyserver keys.gnupg.net --recv-keys ${PGP_PUBLIC_KEY}
Preface
Encountered this error while installing firefox-nightly
from AUR
==> Verifying source file signatures with gpg...
20171127-firefox-59.0a1.en-US.linux-x86_64.tar.bz2 ... FAILED (unknown public key BBBEBDBB24C6F355)
==> ERROR: One or more PGP signatures could not be verified!
==> ERROR: Makepkg was unable to build firefox-nightly.
Solution
gpg --keyserver keys.gnupg.net --recv-keys BBBEBDBB24C6F355
References
Share
Donation
如果覺得這篇文章對你有幫助, 除了留言讓我知道外, 或許也可以考慮請我喝杯咖啡, 不論金額多寡我都會非常感激且能鼓勵我繼續寫出對你有幫助的文章。
If this blog post happens to be helpful to you, besides of leaving a reply, you may consider buy me a cup of coffee to support me. It would help me write more articles helpful to you in the future and I would really appreciate it.
Related Posts
- Disable auto suspend while the laptop lid close in Arch Linux
- 用 broadcom-wl-dkms 讓 BCM4360 [14e4:43a0] (rev 03) 能順利在 Arch Linux 中使用
- Setup Static Ip Wired Network in Arch Linux
- 用 ntfs-3g 自動 mount Windows 裡的 D 槽
- [Arch Linux] Failed to commit transaction (invalid or corrupted package) error