我正在运行一个继承的Debian挤压服务器(读:我刚得到这个新工作,服务器是由最后一个人设置的),我在apt-get上遇到了一个问题。在执行sudo apt-get update时,最后出现的错误是W: GPG error: http://hwraid.le-vert.net squeeze Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6005210E23B3D3B4。我已经提到了apt-获取更新上的“无公钥可用”,但是这个解决方案对我不起作用(sudo aptitude install debian-keyring debian-archive-keyring)。
我还能做什么呢?接下来我该去哪儿看看?
发布于 2013-07-25 15:55:18
来自主页- Debian软件包:
wget -O - http://hwraid.le-vert.net/debian/hwraid.le-vert.net.gpg.key | sudo apt-key add -存储库不是默认的Debian存储库。这是第三方软件。Debian没有提供所有可能的密钥。你必须决定是否信任他们。如果需要,安装上面提到的密钥。
https://unix.stackexchange.com/questions/84431
复制相似问题