如果我运行任何与 apt-get 相关的东西,就会出现此错误:
W: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D6B6DB186A68F637
请问我该如何修复此问题?
答案1
尝试将 PPA 重新添加到您的系统,并检查更新:sudo add-apt-repository ppa:libreoffice/libreoffice-4-0 && sudo apt-get update
。这有望让您的系统重新下载 pgp 密钥,从而有望解决问题。