Flash player won't install
I tried to install Flash player using tar.gz installation. The flashplayer-installer says:
ERROR: Your architecture, \'x86_64\', is not supported by the
Adobe Flash Player installer.
Is there any workaround?
Thanks.

I did it the same way as you
Perfect
more info on Flash and x64 using nspluginwrapper
#deb http://apt.64studio.com/64studio/testing 64studio main2. # apt-get update 3. # apt-get install flashplugin-nonfree nspluginwrapper (as suggested here) But this crapped out withmd5sum mismatch install_flash_player_9_linux.tar.gz The Flash plugin is NOT installed.Reading here and especially here led me to manually download the (32-bit .tar.gz) flash plugin from here, which I unzipped and installed with# nspluginwrapper -i /home/chazmati/Desktop/install_flash_player_9_linux/libflashplayer.soand now flash works. Like I said, not sure if this is 100% correct, and please someone let me know if I've hosed up my system. I think I could have omitted the "flashplugin-nonfree" in step 3 above since I manually installed the plugin with nspluginwrapper. And you might want to go back and disable testing repository and apt-get update again afterwards. Hope this helps.flashplugin-nonfree