Friday, September 28, 2012

RHEL 6 / CentOS 6: Install Adobe Flash Player For Firefox Browser

Here the steps :
  1.  First download the installer in .tar.gz format at http://get.adobe.com/flashplayer/ .
  2. Extract the file.
  3. Copy the flash library to firefox :
  4. # cp libflashplayer.so /usr/lib64/mozilla/plugins/# chmod 0755 /usr/lib64/mozilla/plugins/libflashplayer.so 
  5. Or just install directly : 
  6. install -v -m 0755 libflashplayer.so /usr/lib64/mozilla/plugins
  7. Restart the firefox
    For more, please go to http://www.cyberciti.biz/faq/redhat-linux-yum-install-flash-player-for-firefox/