Ubuntuの更新中にSpotifyリポジトリを取得できませんでした


14

次を使用してアップグレードすると、ubuntuシステムにspotifyがインストールされていると仮定します:

sudo apt-get update

それから私はこのエラーを受け取ります:

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://repository.spotify.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 13B00F1FD2C19886

W: Failed to fetch http://repository.spotify.com/dists/stable/InRelease  

W: Some index files failed to download. They have been ignored, or old ones used instead.

さらに質問がありますか、または解決策として1つの答えを設定しますか?
-davidbaumann

回答:


30

これは、どういうわけかキーを紛失したときに起こります。

解決するために、ここにリストされている最初のステップを実行しましたhttps://www.spotify.com/de/download/linux/


13
あなたはキーを失うことなく、彼らはそれらを変えました。community.spotify.com/t5/Help-Desktop-Linux-Windows-Web/...
ダニエル・カーター

gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory実行してみて文句を言う場合sudo apt install dirmngr
ビットマン

0

同じ問題がありました。基本的にあなたができることは、Y-PPA-Managerを通してそれを処理することです。正確な手順に従ってください。

  1. sudo add-apt-repository ppa:webupd8team/y-ppa-manager webupd8リポジトリを追加します。
  2. sudo apt update
  3. sudo apt install y-ppa-manager
  4. y-ppa-managery-ppa-managerを実行します。
  5. [ 詳細]をクリックします
  6. [ 不足しているすべてのGPGキーをインポートする ]をクリックして、[OK]をクリックします。終了するとアラートが表示されます。
  7. apt update
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.