Adobe Flash Player 10.1 Beta 2 was released earlier this year, on December 17 at the Adobe MAX 2009. This release comes with several new features and numerous bug fixes.

To install Flash Player 10.1 Beta 2 in Ubuntu 9.10, just follow the steps below:

  1. Remove your existing Flash plugin. Do this depending on whether you installed Flash from the repositories or manually. If you installed Flash from the Ubuntu repositories, typing:
  2. sudo apt-get remove --purge flashplugin-installer
  3. This should remove your current installation of Flash. If Flash was installed manually, the plugin should be located in the ~/.mozilla/plugins directory, where ~ is the home directory. So, to remove it:
  4. rm -f ~/.mozilla/plugins/libflashplayer.so
  5. Next, download the archive for the new Flash player from here (direct link here), or alternately you can type in a terminal:
  6. wget http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_1_p2_linux_121709.tar.gz
  7. Make sure the current working directory is the one where you saved the archive and uncompress it:
  8. tar -xzf flashplayer10_1_p2_linux_121709.tar.gz
  9. Next, create the ~/.mozilla/plugins directory (if it doesn’t already exist):
  10. mkdir -p ~/.mozilla/plugins
  11. And copy the plugin inside it:
  12. cp install_flash_player_10_linux/libflashplayer.so ~/.mozilla/plugins
  13. Now restart Firefox and this should be all.

Tags: