Ubuntu 12.04:sudo apt-get update 中的错误

Ubuntu 12.04:sudo apt-get update 中的错误

每当我在 Ubuntu 12.04 上“sudo apt-get update”时,我都会收到这个重复出现的错误

W: GPG error: http://repository.spotify.com stable InRelease: The following signatures 
couldn't be verified because the public key is not available: NO_PUBKEY 082CCEDF94558F59
W: Failed to fetch http://ppa.launchpad.net/qbzr-
dev/ppa/ubuntu/dists/precise/main/source/Sources  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/qbzr-dev/ppa/ubuntu/dists/precise/main/binary-
i386/Packages  404  Not Found

我对 ubuntu 还不太熟悉,但我想弄清楚如何解决这个问题。

答案1

您似乎没有 spotify 签名密钥。请尝试;

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 082CCEDF94558F59

并再次更新。Spotify 还有另一个密钥(用于较新版本?)

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59

但这似乎不是您的 apt 所抱怨的。

相关内容