GPG無効な署名


8

次の問題があります(ハイパーリンクを削除するために、アドレスから「/」の1つを削除しました)。

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

「次のシグネチャは無効でした」というタイトルのクローズドケースにある以下の解決策を試しました。

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

:中askubuntu .ITチェックこの[ポスト] [1] [1]は私のために働いたaskubuntu.com/questions/116050/...
ラヴィランジャン

回答:


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

3
私のマシンでは動きません。:-(
アナンド

4

PSAの「興味深い」セットがインストールされています。

報告するBADSIGは、次のQ&Aを実行することで解決できます。

apt-get BADSIG GPGエラーを解決する最も簡単な方法は何ですか?

404エラーは、基本的に、それらのPPAがもはや1つのリポジトリを持たないことを意味します。ソフトウェアソースからそれらのチェックを外してください。

軽快-getdebbadgerports.org リポジトリはoneiricのために有効ではありません。繰り返しになりますが、ソフトウェアソースからのチェックを外してください。


0

「Y PPAマネージャー」を取得しました。このソフトウェアには、欠落しているキーを見つける「高度な」ボタンがあります。私のために働いた。


0

同じ問題がありました。ソフトウェアソースの下にある「サードパーティソフトウェア開発者が提供する独立型」および「サードパーティソフトウェア開発者が提供する独立型(ソースコード)」チェックボックスをオフにしました(メインパネルの歯車アイコンをクリックしてから、ソフトウェアをクリックします左下にあるアップデーターは、ソフトウェアソースダイアログに移動する設定ボタンです。ここにアクセスしたら、[他のソフトウェア]タブに移動してください)

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.