Flash

From Hackepedia
Revision as of 17:09, 26 October 2009 by Franks (talk | contribs) (New page: == 64-bit on Linux == [http://labs.adobe.com/downloads/flashplayer10.html Download the latest 64-bit plugin] $ sudo apt-get purge flashplugin-nonfree gnash gnash-common mozilla-plugin-...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

64-bit on Linux

Download the latest 64-bit plugin
$ sudo apt-get purge flashplugin-nonfree gnash gnash-common mozilla-plugin-gnash nspluginwrapper swfdec-mozilla
$ tar xvzf libflashplayer-*.linux-x86_64.so.tar.gz

Replace the $PATH below with ~/.mozilla/plugins for only yourself as a user, the steps below install it system wide.

$ sudo mv libflashplayer.so /usr/lib/mozilla/plugins/libflashplayer.so

Restart Firefox and type

about:plugins

in the URL bar to make sure it's installed.