Apt-getで何もインストールできません。この問題は、何らかのgpgエラーによるものだと思います。私は自分の信念に従ってほとんどすべてをネット上でやってきました。 apt-get update
を実行すると、これが起こります。
mody@ubuntu:~$ Sudo apt-get update
Get:1 http:/dl.google.com stable Release.gpg
Get:2 http:/dl.google.com stable Release
Ign http:/dl.google.com stable Release
E: GPG error: http:/dl.google.com stable Release: The following signatures were invalid: NODATA 1 NODATA 2
mody@ubuntu:~$
私はこれらを試しました
mody@ubuntu:~$ Sudo apt-get clean
mody@ubuntu:~$ Sudo apt-get update && Sudo apt-get upgrade
Get:1 http:/dl.google.com stable Release.gpg
Get:2 http:/dl.google.com stable Release
Ign http:/dl.google.com stable Release
E: GPG error: http:/dl.google.com stable Release: The following signatures were invalid: NODATA 1 NODATA 2
動作しませんでした
mody@ubuntu:~$ Sudo apt-get update -o Acquire::http::No-Cache=True
Get:1 http:/dl.google.com stable Release.gpg
Get:2 http:/dl.google.com stable Release
Ign http:/dl.google.com stable Release
E: GPG error: http:/dl.google.com stable Release: The following signatures were invalid: NODATA 1 NODATA 2
動作しませんでした
mody@ubuntu:~$ Sudo apt-get update -o Acquire::BrokenProxy=true
Get:1 http:/dl.google.com stable Release.gpg
Get:2 http:/dl.google.com stable Release
Ign http:/dl.google.com stable Release
E: GPG error: http:/dl.google.com stable Release: The following signatures were invalid: NODATA 1 NODATA 2
mody@ubuntu:~$
これでも
[システム] >> [管理] >> [ソフトウェアソース]をクリックし、[ダウンロード元]メニューをクリックして、[メインサーバー]を選択します。
Sudo apt-get update
更新マネージャーを再度実行します。
ただし機能しませんでした
また、ソースを変更して、ubuntuサイトで入手できるようにしました。なぜそうしたのかわからないが、助けにはならなかった
強制更新を行いました。問題が解決しません。
mody@ubuntu:~$ Sudo apt-get update -f
[Sudo] password for mody:
Get:1 http:/dl.google.com stable Release.gpg
Get:2 http:/dl.google.com stable Release
Ign http:/dl.google.com stable Release
E: GPG error: http:/dl.google.com stable Release: The following signatures were invalid: NODATA 1 NODATA 2
イライラする
Synapticはaptitudeと同様にインストールされていません。ダウンロードサーバーをあらゆるものから可能な限りすべてに変更しても、何の助けにもなりませんでした。
PS:リンクで投稿に関する問題が発生したため、/
が存在する//
を削除しました
Google Linuxソフトウェアリポジトリからダウンロードしたパッケージに署名するためのキーを再インポートする必要がある場合があります。これは、ターミナルで次の行を使用して実行できます。
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | Sudo apt-key add -
または、キーをダウンロードして保存し、手動でインポートすることもできます。
ソース: Google