UbuntuにPepperflashplugin-nonfreeをインストールすることはできません。
$ sudo apt install pepperflashplugin-nonfree
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
ttf-dejavu ttf-xfree86-nonfree
The following NEW packages will be installed:
pepperflashplugin-nonfree
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/11,1 kB of archives.
After this operation, 70,7 kB of additional disk space will be used.
Selecting previously unselected package pepperflashplugin-nonfree.
(Reading database ... 603638 files and directories currently installed.)
Preparing to unpack .../pepperflashplugin-nonfree_1.7ubuntu1_amd64.deb ...
Unpacking pepperflashplugin-nonfree (1.7ubuntu1) ...
Setting up pepperflashplugin-nonfree (1.7ubuntu1) ...
ERROR: failed to retrieve status information from google : W: There is no public key available for the following key IDs:
1397BC53640DB551
More information might be available at:
http://wiki.debian.org/PepperFlashPlayer
欠落しているキーを追加しました。
$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 1397BC53640DB551
gpg: requesting key 640DB551 from hkp server keyserver.ubuntu.com
gpg: key D38B4796: public key "Google Inc. (Linux Packages Signing Authority) <[email protected]>" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
それでも同じメッセージが表示されます。
sudo dpkg-reconfigure pepperflashplugin-nonfree
ERROR: failed to retrieve status information from google : W: There is no public key available for the following key IDs:
1397BC53640DB551
More information might be available at:
http://wiki.debian.org/PepperFlashPlayer
助けてください?
ベストアンサー1
Pepperflashplugin-nonfree in /usr/lib/pepperflashplugin-nonfree/pubkey-google.txt
。新しいキーでパッケージを更新する前に、次のコマンドを実行してローカルにキーを追加できます。
gpg --keyserver pgp.mit.edu --recv-keys 1397BC53640DB551
gpg --export --armor 1397BC53640DB551 | sudo sh -c 'cat >> /usr/lib/pepperflashplugin-nonfree/pubkey-google.txt'
ファイルに新しいキーを追加することは重要ですが(">>")、まだ古いキーが必要です。
その後、Pepperflashプラグインをインストールできます。
sudo update-pepperflashplugin-nonfree --install
パッケージが更新されるとこのファイルが上書きされるため、管理者が新しいキーを追加していない場合は、更新後にこの操作をやり直す必要があるかもしれません(この場合、新しいバージョンが更新されている間に再度受け取ります)。同じエラーメッセージ)インストール)。