web-dev-qa-db-ja.com

apt更新を実行しているときのSkype更新エラー

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リポジトリの使用は危険であると記載されているため、リスクはありますか?

Ubuntu 16.04を使用します。

38
lotfio

https://repo.skype.com/ に従って、次を実行します。

curl https://repo.skype.com/data/SKYPE-GPG-KEY | Sudo apt-key add - 

ターミナルで。

79
QwertyChouskie