![运行 apt update 时出现 Skype 更新错误](https://linux22.com/image/999928/%E8%BF%90%E8%A1%8C%20apt%20update%20%E6%97%B6%E5%87%BA%E7%8E%B0%20Skype%20%E6%9B%B4%E6%96%B0%E9%94%99%E8%AF%AF.png)
当我运行sudo apt-get update
更新系统时,控制台底部出现此错误:
W: GPG error: https://repo.skype.com/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1F3045A5DF7587C3
W: The repository 'https://repo.skype.com/deb stable InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Skype 出了什么问题?错误提示 Skype repo 使用起来很危险,这是否存在风险?
我使用 Ubuntu 16.04。
答案1
根据https://repo.skype.com/, 跑步:
curl https://repo.skype.com/data/SKYPE-GPG-KEY | sudo apt-key add -
在终端中。