01 February 2012

How to Enable flash player for Google-chrome in Ubuntu

Leave a Comment
How to Enable flash player for Google-chrome in Ubuntu


1. Open terminal and type following command to check whether flash player is already installed or not


$ sudo updatedb

$ sudo locate libflashplayer.so

if output is like this , then flash player is located in /usr/lib/flashplugin-installer/libflashplayer.so 


and if there is no output then flash player is not installed on your system , install it by typing command


$ sudo  apt-get  install   flashplugin-installer



2. Create plugin directory for google-chrome

$ sudo  mkdir   /opt/google/chrome/plugins



3. Copy flash plugin to this directory

$ sudo  cp  /usr/lib/flashplugin-installer/libflashplayer.so  /opt/google/chrome/plugins



4. Go to the properties of the Google-chrome


Replace the content of command field with

opt/google/chrome/google-chrome --enable-plugins %U




5. Close it and start Google-chrome , play any You tube video and enjoy.



If You Liked This Post Please Take a Time To Share This Post

You May Also Like...

0 comments:

Post a Comment