Flash player on Debian 64-bit

Two bits of good news. Firstly, MyChores is finally back up and running, to my great relief. We lost data, but people are being very lovely and just reassuring me they are happy it is back.

Secondly, i just installed Flash player! I have been without it since i re-installed my computer a couple of weeks ago and it decided to become 64-bit! But a little bit of Internet-poking revealed these instructions which worked a beauty!

You do this as root:

# echo "deb http://www.dipconsultants.com/debian etch main" >> /etc/apt/sources.list
# apt-get update
# apt-get install markybob-keyring
# apt-get update
# apt-get install ia32-libs-gtk nspluginwrapper

Then this as yourself:

$ wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz
$ tar -zxf install_flash_player_9_linux.tar.gz
$ mkdir ~/.mozilla/plugins/
$ mv install_flash_player_9_linux/libflashplayer.so ~/.mozilla/plugins/
$ nspluginwrapper -i ~/.mozilla/plugins/libflashplayer.so

And, just like magic, youtube works! :)

Now i just need to get Skype and SecondLife working properly …! :)

Related posts (automatically calculated)

  1. YAY! Flash and Second Life working!
  2. How to install Beryl/Emerald on Debian
  3. Installing Ruby on Rails on Debian Lenny
  4. How to install Pidgin on Debian
  5. How to configure Nvidia graphics card in Debian

This entry was posted on Thursday, April 10th, 2008 at 20:13 and is filed under computer, linux, mychores. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply