Posts

Showing posts from November 16, 2014

Install Flash Plugin at linux ubuntu

For Firefox * Open terminal  * install the flash plugin installer sudo apt-get install flashplugin-installer      * then next install the source and flash plugin sudo add-apt-repository ppa:nilarimogard/webupd8 sudo apt-get update sudo apt-get install freshplayerplugin       * my-flashplugin-doesnt-work-on-firefox   update and upgrade    sudo apt-get upgrade  sudo apt-get update   sudo add-apt-repository ppa:skunk/pepper-flash sudo apt-get update sudo apt-get install pepflashplugin-installer sudo mkdir -p /opt/google/chrome/PepperFlash sudo ln -s /usr/lib/pepflashplugin-installer/libpepflashplayer.so /opt/google/chrome/PepperFlash     and then: sudo add-apt-repository ppa:nilarimogard/webupd8 sudo apt-get update sudo apt-get install freshplayerplugin     This will install pepper flash (google chrome's flash player) to firefox. For Chromium Browser T...