Debian下的'aptitude update'失敗處理
Hit http://ftp.us.debian.org squeeze/contrib amd64 Packages
Hit http://download.proxmox.com squeeze/pve amd64 Packages
Fetched 1,672 B in 0s (2,041 B/s)
W: GPG error: http://ftp.us.debian.org squeeze Release: The following signatures
were invalid: BADSIG AED4B06F473041FA Debian Archive Automatic Signing Key (6.0/squeeze) <
[email protected]>
這個GPG erro之前經常遇到。
先找到解決方法:
為了解決這個問題,你需要從文件夾/var/lib/apt/lists刪除ftp.us.debian.org 文件。
#rm -f /var/lib/apt/lists/ftp.us.debian.org*
#aptitude update