错误提示:

GPG 错误:http://mirrors.163.com maverick-updates Release: 下列签名无效: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster @ubuntu.com> </ftpmaster>
 


修复方法

gpg --keyserver keyserver.ubuntu.com --recv 40976EAF437D05B5 


gpg --export --armor 40976EAF437D05B5 | sudo apt-key add -


上面的方法不行可以试试下面这个

sudo aptitude -o Acquire::http::No-Cache=True -o Acquire::BrokenProxy=true update



终极大法

sudo apt-get clean
cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get clean
sudo apt-get update


以上方法来自:

http://forum.ubuntu.org

相关文章:

  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2021-12-26
  • 2021-09-27
猜你喜欢
  • 2022-02-03
  • 2022-12-23
  • 2021-10-27
  • 2023-03-12
  • 2021-10-01
  • 2022-12-23
  • 2021-12-22
相关资源
相似解决方案