August 12, 2008...9:03 pm

Install flash player 10 RC on Ubuntu

Jump to Comments

THIS POST IS OUTDATED, click here.

The first release candidate for flash player 10 is out.

Unlike the previous beta and flash player 9, this one actually performs pretty good.

Fullscreen playback isn’t choppy anymore for me.

Is Adobe finally listening to some of it’s userbase?

updated 15/09/08

Before you install it, make sure to remove the libflashplayer.so file from /home/username/.mozilla/plugins

And if you installed flash player from synaptic, you are going to have to remove it also.

Run this code in a terminal to do so.

sudo apt-get remove libflash-mozplugin libflashsupport flashplugin-nonfree

The RC needed a quick hack to work on my machine (I thank user mccord and wroobel on the ubuntuforums for this one). I don’t believe it is necessary for everyone, but this command did the trick.

(copy/paste one line at the time in the terminal)

sudo ln -s /usr/lib/libssl3.so.1d /usr/lib/libssl3.so
sudo ln -s /usr/lib/libnss3.so.1d /usr/lib/libnss3.so
sudo ln -s /usr/lib/libnspr4.so.0d /usr/lib/libnspr4.so
sudo ln -s /usr/lib/libsmime3.so.1d /usr/lib/libsmime3.so
sudo ln -s /usr/lib/libplds4.so.0d /usr/lib/libplds4.so
sudo ln -s /usr/lib/libplc4.so.0d /usr/lib/libplc4.so

Now for installation, one command should take care of the download and install of the player.

(close firefox before using the command)

cd /tmp
wget http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_install_linux_091508.tar.gz
tar -zxvf flashplayer10_install_linux_091508.tar.gz
cd install_flash_player_10_linux
./flashplayer-installer

Please note that this isn’t a final release.

However I haven’t had any crashes yet and the performance is much better.

64-bit instructions in comments.

39 Comments


Leave a Reply