- To install Flash Player 10.1 Beta 2 in Linux:
First remove your current version of flash
If you are using the Ubuntu repository version of Flash
in a terminal:
sudo apt-get purge flashplugin-installer
- If you are using the Flash Player 10.1 Beta
rm ~/.mozilla/plugins/libflashplayer.so
- Download Flash 10.1 Beta 2
wget http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_1_p2_linux_121709.tar.gz
- Untar flashplayer10_1_p2_linux_121709.tar.gz
tar -zxvf flashplayer10_1_p2_linux_121709.tar.gz
- Then create a plugin folder in the .mozilla configuration folder
mkdir ~/.mozilla/plugins
(you can skip this step if your are upgrading from the 10.1 Beta guide I wrote)- Point the terminal into the newly decompressed file
cd ~/install_flash_player_10_linux
- Install the flash player 10.1 Beta 2 plugin
mv libflashplayer.so ~/.mozilla/plugins
- To remove Flash Player 10.1 Beta 2 and reinstall Ubuntu's repository version of flash
rm -r ~/.mozilla/plugins
then:sudo apt-get install flashplugin-installer
Have a question or problem that this article doesn't cover? Ask our Ubuntu Mini 9 Google Group for help. |