Jun 12, 2012

HowTo: Install Flash on Firefox / Google Chrome on Fedora 17

Make sure to close all browser first before doing the steps below

Step 1:
su -
yum install flash-plugin -y
updatedb
locate libflashplayer.so
take note of path given by locate

Step 2a: (Firefox)
cd /home/server/.mozilla/plugins/

Step 2b: (Chrome)
cd /opt/google/chrome/plugins/
(if plugins folder doesn't exists create one)

Step 3:
ln -s /path/to/libflashplayer.so

No comments:

Post a Comment