apt-get更新失败

我的debian盒上有apt问题。 自7月初以来,我一直无法更新软件包,显然是因为一些密钥过期。 我发现了几个试图帮助我的网站,但没有提供任何解决scheme。 所以我在这里问。

当我运行“apt-get update”时,出现这个错误:

# apt-get update Get:1 ftp://85.17.159.15 etch Release.gpg [1032B] Get:2 http://security.debian.org etch/updates Release.gpg [835B] Hit ftp://85.17.159.15 etch Release Hit http://security.debian.org etch/updates Release Err ftp://85.17.159.15 etch Release Err http://security.debian.org etch/updates Release [...] Fetched 107kB in 0s (407kB/s) Reading package lists... Done W: GPG error: ftp://85.17.159.15 etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B W: GPG error: http://security.debian.org etch/updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B W: You may want to run apt-get update to correct these problems 

我尝试下载并安装新的密钥,但没有解决问题。 任何线索?

尝试这个 :

 gpg --keyserver pgpkeys.mit.edu --recv-key 9AA38DCD55BE302B gpg -a --export 9AA38DCD55BE302B | sudo apt-key add - 

这是最近Debian系统为了避免来源腐败