Showing posts with label firefox. Show all posts
Showing posts with label firefox. Show all posts

Tuesday, February 10, 2015

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 doesnt exists create one)

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