我有 17.04,今天我为 Linux 安装了 Skype,但是当我执行时,sudo apt update我得到以下信息:
W: Errore GPG: https://repo.skype.com/deb stable InRelease: Le seguenti firme non sono state verificate perché la chiave pubblica non è disponibile: NO_PUBKEY 1F3045A5DF7587C3
E: The repository 'https://repo.skype.com/deb stable InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Run Code Online (Sandbox Code Playgroud)
(第一行的翻译:GPG 错误 由于公钥不可用,以下签名未通过验证)
我该如何解决?
Rav*_*ina 19
问题是,在使用deb安装程序安装 Skype 后,它会将 Skype 的存储库添加到您的源文件中,在将存储库添加到您的源后,您也应该添加其公钥,但是似乎 Skype 没有将其公钥添加到您的系统,因此您应该手动添加它:
正如这里所说:
curl https://repo.skype.com/data/SKYPE-GPG-KEY | sudo apt-key add -
Run Code Online (Sandbox Code Playgroud)
如果你没有curl:
wget -O - https://repo.skype.com/data/SKYPE-GPG-KEY | sudo apt-key add -
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
10008 次 |
| 最近记录: |