Wednesday, September 8, 2010

Installing 64-bit Adobe Flash player in Ubuntu Lucid 10.4 on Chrome

This blog link talks about installing the 64-bit Adobe Flash player on Ubuntu v9.04.  But what about v10.04?

http://nxadm.wordpress.com/2009/04/26/install-64-bit-adobe-flash-player-on-ubuntu-904/

First, you need to install the chromium-browser:
sudo apt-get install chromium-browser
Then you need to download the Adobe flash player:

http://go2.wordpress.com/?id=725X1342&site=nxadm.wordpress.com&url=http%3A%2F%2Fhome.scarlet.be%2Fvar%2Ftmp%2Flibflashplayer-latest_closed_beta.linux-x86_64.so.tar.gz

You then need to copy the libflashplayer.so inside the .tar.gz file and copy it into the /usr/lib/chromium-browser/plugins dir.
tar xvfpz libflashplayer-latest_closed_beta.linux-x86_64.so.tar.gz 
cp libflashplayer.so /usr/lib/chromium-browser/plugins/

The final step is that you need to modify the Chrome to launch with the --enable-plugins

http://www.ubuntugeek.com/howto-enable-flash-support-for-google-chromium-browser.html

chromium-browser --enable-plugins %U

Footnote: I was not able to use the Ubuntu flashplugin-installer .so file package on Ubuntu Lucid v10.4 with Chrome. These instructions (above) worked for me.

You must shutdown all Chrome instances before restarting the browser. If the plugin is correctly installed, you should see something like the following:
Shockwave Flash
Description: Shockwave Flash 10.0 r45
Location: /usr/lib/mozilla/plugins/libflashplayer.so
MIME types: 
MIME type Description File extensions
application/x-shockwave-flash Shockwave Flash 
.swf
application/futuresplash FutureSplash Player 
.spl
Footntoe: I copied libflashplayer.so into /usr/lib/mozilla/plugins instead of /usr/lib/chromium/plugins. Chrome seems to be able to load the Mozilla plugins correctly, and starting up Firefox will allow you to also use the same plug-in.

No comments:

Post a Comment