Adobe flash player install ubuntu and kali linux

Recently I fresh install Ubuntu 13.04. Then I install chromium browser, after that I'm facing youtube video streaming. Chromium doesn't have inbuilt flash player like in Chrome. I tried to install adobe flash player searching from internet but no avail.

But I found this command which worked. Make sure you install chromium browser. After that use following command to install flash

(I already download tar.gz file from adobe site and extracted, you can use below command to get flash)

sudo apt-get install flashplugin-nonfree

Then you need to copy libflashplayer.so file into /usr/lib/chromium-browser/plugins directory
(I already extracted and copy from extracted folder to following folder, you can use below command)

sudo cp /usr/lib/flashplugin-installer/libflashplayer.so /usr/lib/chromium-brower/plugins

For kali linux

cp/usr/lib/flashplugin-installer/libflashplayer.so /usr/lib/mozilla/lougins

To run the browser just run the following command from terminal

chromium-browser -- enable-plugins


Enjoy!