これらは、インターネットで言及されたいくつかの修正を試みた後も続く署名エラーです
W: GPG error: http://deb.opera.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 517590D9A8492E35
W: GPG error: http://archive.canonical.com trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32
W: GPG error: http://extras.ubuntu.com trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 16126D3A3E5C1192
W: GPG error: http://linux.dropbox.com trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY FC918B335044912E
W: GPG error: http://dl.google.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A040830F7FAC5991
W: GPG error: http://dl.google.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A040830F7FAC5991
W: GPG error: http://archive.ubuntu.com trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32
W: GPG error: https://private-ppa.launchpad.net raring Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E131728675254D99
W: GPG error: http://archive.ubuntu.com trusty-updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32
W: GPG error: http://archive.ubuntu.com trusty-backports Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32
W: GPG error: https://private-ppa.launchpad.net trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E131728675254D99
W: GPG error: http://archive.ubuntu.com trusty-security Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32
W: GPG error: http://ppa.launchpad.net trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0CC3AFF5CEDF0F40
W: GPG error: http://ppa.launchpad.net trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 32B18A1260D8DA0B
私は解決策を求めてbushを打っていますが、まだ何も機能していませんが、これらのエラーを解決するものを提案してください。
私がすでに試したこと:
そのため、これらのメソッドに重複マークを付けないで、他のものを提案してください。
Aptが40を超えるキーを処理できないことを知り、PPAとそのキーを/etc/apt/trusted.gpg.dから削除し始めました
その後、apt-cacheを更新し、問題を解決しました。
Aptキーまたはリポジトリの追加/変更などで問題が発生しました...何がわからない
しかし、ここにあなたの症状に対するいくつかのバンドエイドの解決策があります:
不足しているキーを追加するだけで、このコマンドは機能するはずです(「2EA8 ...」文字列を実際の不足キーに置き換えてください)
Sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2EA8F35793D8809A
Ubuntuにない場合は--keyserver keys.gnupg.net
を試してください
[ https://askubuntu.com/a/141088/129271 を参照
Ubuntuの指示に従って「PPAのキーを自動的に取得する」必要があるため、一部のPPAを正しく追加しなかったように見えました。 https://help.ubuntu.com/community/Repositories/Ubunt からのターミナルの指示は次のとおりです。
ステップ2:ターミナルを開き、次を入力します。
$ Sudo add-apt-repository ppa:user/ppa-name
「ppa:user/ppa-name」を上記でメモしたPPAの場所に置き換えます。
これで、システムはPPAのキーを取得します。これにより、Ubuntuシステムは、PPAのパッケージがビルドされてから干渉されていないことを確認できます。
ソフトウェアソースに問題がある場合、それらを「デフォルト」に復元する必要があります。/ect/apt/sources.list
のすべてのバックアップコピーを作成し、念のため、最初に/ect/apt/sources.list.d/
。あなたのUbuntuのバージョンが何なのかわからないので、「デフォルト」がどうあるべきか、あるいは追加のPPAや他のソースを追加したかどうかはわかりません。 lsb_release -a
を実行すると、バージョンと「コード名」がわかります。
それらをどこかのバックアップフォルダにコピーするだけで、これは機能するはずです:
Sudo mv /etc/apt/sources.list /etc/apt/sources.list.old
Sudo mv /etc/apt/sources.list.d /etc/apt/sources.list.d.old
sources.list
の復元Ubuntuの場合、これを行うと、新しい新しいsources.list
ファイルが生成されます。
古いファイルを削除します(Sudo rm /etc/apt/sources.list
およびSudo rm -R /etc/apt/sources.list.d
butBACKUP FIRST)。
次に、次のいずれかを実行します。
ソフトウェアソース(Sudo software-properties-gtk
またはSudo software-sources
)を実行し、いくつかのリポジトリを選択/チェックマークを付け、サーバーを選択して更新します。
http://repogen.simplylinux.ch/ で新しいバージョンを生成し(ローカルミラーを選択するために)、バージョンと国を使用し、gksudo gedit /etc/apt/sources.list
またはターミナルSudo nano /etc/apt/sources.list
サイト http://repogen.simplylinux.ch/ には多くのオプションのPPAもあり、非常に便利に見えます。 [礼儀 デフォルトのリポジトリを復元するにはどうすればよいですか? ]