Skip to content

Instantly share code, notes, and snippets.

@cm3
Last active May 27, 2016 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cm3/11071394 to your computer and use it in GitHub Desktop.
Save cm3/11071394 to your computer and use it in GitHub Desktop.
Chromium で Flash Player が使えなくなる件の対処法 ref: http://qiita.com/cm3/items/ec4b6b8dce63bc107510
sudo apt-get install pepperflashplugin-nonfree
sudo update-pepperflashplugin-nonfree --install
sudo update-pepperflashplugin-nonfree --install
sudo update-pepperflashplugin-nonfree --status
ERROR: failed to retrieve status information from google :
W: 以下の鍵 ID に対して利用可能な公開鍵がありません: 1397BC53640DB551 More information might be available at:
http://wiki.debian.org/PepperFlashPlayer
gpg --keyserver keyserver.ubuntu.com --recv-keys 1397BC53640DB551 &&
gpg --export --armor 1397BC53640DB551
| sudo sh -c 'cat >> /usr/lib/pepperflashplugin-nonfree/pubkey-google.txt'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment