11 March, 2009

How to install Flash Player 9 for Epiphany

By copying this code line by line you can install installing Flash Player 9 for Epiphany. This have worked for me on Ubuntu and Debian.

cd
wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz
tar zxf install_flash_player_9_linux.tar.gz
cd install_flash_player_9_linux
sudo cp libflashplayer.so /usr/lib/epiphany/2.14/plugins
cd
rm -Rf install_flash_player_9_linux

2 comments:

  1. use a lower case r in the last statement
    rm -rf install_flash_player_9_linux

    so much for being tested

    ReplyDelete
  2. in Ubuntu -R works and -r does not,

    I have tested it as well, I never post anything that I haven't done myself.

    ReplyDelete