我遇到以下问题(为了删除超链接,我从地址中删除了“/”之一):
W: GPG error: http://archive.ubuntu.com oneiric Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
W: GPG error: http://ppa.launchpad.net oneiric Release: The following signatures were invalid: BADSIG B725097B3ACC3965 Launchpad lffl
W: GPG error: http://ppa.launchpad.net oneiric Release: The following signatures were invalid: BADSIG 4874D3686E80C6B7 Launchpad PPA for Banshee Team
W: GPG error: http://archive.getdeb.net jaunty-getdeb Release: The following signatures were invalid: BADSIG A8A515F046D7E7CF GetDeb Archive Automatic Signing Key <archive@getdeb.net>
W: GPG error: http://badgerports.org lucid Release: The following signatures were invalid: BADSIG C90F9CB90E1FAD0C Jo Shields <directhex@apebox.org>
W: GPG error: http://ppa.launchpad.net oneiric Release: The following signatures were invalid: BADSIG 976B5901365C5CA1 Launchpad PPA for transmissionbt
W: Failed to fetch http://ppa.launchpad.net/dlecan/openjdk/ubuntu/dists/oneiric/main/source/Sources 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/dlecan/openjdk/ubuntu/dists/oneiric/main/binary-i386/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/sevenmachines/flash/ubuntu/dists/oneiric/main/binary-i386/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/sun-java-community-team/sun-java6/ubuntu/dists/oneiric/main/source/Sources 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/sun-java-community-team/sun-java6/ubuntu/dists/oneiric/main/binary-i386/Packages 404 Not Found
Run Code Online (Sandbox Code Playgroud)
我尝试了以下解决方案,这些解决方案位于一个名为“以下签名无效”的封闭案例中:
First of all try
sudo apt-get clean
sudo apt-get update && sudo apt-get upgrade
Some ISPs cache the packages and errors like these are reported then.
If the above commands don't work, try
sudo apt-get update -o Acquire::http::No-Cache=True
and again
sudo apt-get update && sudo apt-get upgrade
If it still doesn't work,
sudo apt-get update -o Acquire::BrokenProxy=true
sudo apt-get update && sudo apt-get upgrade
Run Code Online (Sandbox Code Playgroud)
klo*_*lox 20
试试这个:
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
Run Code Online (Sandbox Code Playgroud)
您安装了一组“有趣”的 PPA:
报告的BADSIG可以通过以下问答来解决:
解决 apt-get BADSIG GPG 错误的最简单方法是什么?
404 错误基本上意味着这些 PPA 不再有梦幻存储库。您应该从软件源中取消选中它们。
jaunty -getdeb和badgerports.org 存储库对 oneiric 无效。再次取消软件源中的勾选。