Using Stéphanes analysis, I wrote this little script to install pepper
flash manually:

#!/bin/bash

TARGET=/usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so
wget 
http://redirector.gvt1.com/edgedl/release2/rpofl8ynzf9r05ca7iim67wdwf3t0zpuehwy3aswydc9g91q5c4iydolh9lt5toluyuq2phjg168mcvxxhntm3n79e4nw3mrx1j/23.0.0.185_linux_PepperFlashPlayer.crx
 -O PepperFlash.zip
sudo mkdir -p "$(dirname $TARGET)"
sudo unzip PepperFlash.zip libpepflashplayer.so -d "$(dirname $TARGET)"
rm PepperFlash.zip

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1632870

Title:
  Package is broken since Google stopped shipping Flash with Chrome 54
  for Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freshplayerplugin/+bug/1632870/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to