<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Install native 64bit Flash Player 10 on Linux</title>
	<atom:link href="http://www.myscienceisbetter.info/install-native-64bit-flash-player-10-on-linux.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.myscienceisbetter.info/install-native-64bit-flash-player-10-on-linux.html</link>
	<description></description>
	<lastBuildDate>Thu, 08 Dec 2011 07:01:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Barbara</title>
		<link>http://www.myscienceisbetter.info/install-native-64bit-flash-player-10-on-linux.html/comment-page-4#comment-2459</link>
		<dc:creator>Barbara</dc:creator>
		<pubDate>Sun, 13 Nov 2011 15:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myscienceisbetter.info/?p=18#comment-2459</guid>
		<description>I am actually pleased to glance at this weblog posts which includes plenty of valuable information, thanks for providing these kinds of data.</description>
		<content:encoded><![CDATA[<p>I am actually pleased to glance at this weblog posts which includes plenty of valuable information, thanks for providing these kinds of data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://www.myscienceisbetter.info/install-native-64bit-flash-player-10-on-linux.html/comment-page-4#comment-2432</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Fri, 30 Sep 2011 20:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myscienceisbetter.info/?p=18#comment-2432</guid>
		<description>/usr/lib/mozilla/plugins doesn&#039;t exist (Fedora 15)

Where I am supposed to put the lionk ?????</description>
		<content:encoded><![CDATA[<p>/usr/lib/mozilla/plugins doesn&#8217;t exist (Fedora 15)</p>
<p>Where I am supposed to put the lionk ?????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.myscienceisbetter.info/install-native-64bit-flash-player-10-on-linux.html/comment-page-4#comment-2397</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Tue, 16 Aug 2011 22:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myscienceisbetter.info/?p=18#comment-2397</guid>
		<description>New as of (16/08/2011) working fedora (works on CentOS 6 as well) script: 

#!/bin/bash
# Script  created by
# Romeo-Adrian Cioaba romeo.cioaba@spotonearth.com

echo &quot;Stopping any Firefox that might be running&quot;
killall -9 firefox

echo &quot;Removing any other flash plugin previously installed:&quot;
yum remove -y flash-plugin gnash gnash-plugin swfdec swfdec-mozilla nspluginwrapper
rm -f /usr/lib/mozilla/plugins/*flash*
rm -f ~/.mozilla/plugins/*flash*
rm -f /usr/lib/firefox/plugins/*flash*
rm -f /usr/lib/firefox-addons/plugins/*flash*
rm -rfd /usr/lib/nspluginwrapper


echo &quot;Installing Flash Player 10&quot;
cd /tmp
wget http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p3_64bit_linux_111710.tar.gz
tar zxvf flashplayer10_2_p3_64bit_linux_111710.tar.gz
cp libflashplayer.so /usr/lib/mozilla/plugins/ 

echo &quot;Linking the libraries so Firefox and apps depending on XULRunner (vuze, liferea, rsswol) can find it.&quot;
ln -sf /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/firefox-addons/plugins/
ln -sf /usr/lib/mozilla/plugins/libflashplayer.so  /usr/lib/xulrunner-addons/plugins/

# now doing some cleaning up:
rm -rf libflashplayer.so 
rm -rf libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz

Gets flash working for Firefox and Chrome. 

Thanks</description>
		<content:encoded><![CDATA[<p>New as of (16/08/2011) working fedora (works on CentOS 6 as well) script: </p>
<p>#!/bin/bash<br />
# Script  created by<br />
# Romeo-Adrian Cioaba <a href="mailto:romeo.cioaba@spotonearth.com">romeo.cioaba@spotonearth.com</a></p>
<p>echo &#8220;Stopping any Firefox that might be running&#8221;<br />
killall -9 firefox</p>
<p>echo &#8220;Removing any other flash plugin previously installed:&#8221;<br />
yum remove -y flash-plugin gnash gnash-plugin swfdec swfdec-mozilla nspluginwrapper<br />
rm -f /usr/lib/mozilla/plugins/*flash*<br />
rm -f ~/.mozilla/plugins/*flash*<br />
rm -f /usr/lib/firefox/plugins/*flash*<br />
rm -f /usr/lib/firefox-addons/plugins/*flash*<br />
rm -rfd /usr/lib/nspluginwrapper</p>
<p>echo &#8220;Installing Flash Player 10&#8243;<br />
cd /tmp<br />
wget <a href="http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p3_64bit_linux_111710.tar.gz" rel="nofollow">http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p3_64bit_linux_111710.tar.gz</a><br />
tar zxvf flashplayer10_2_p3_64bit_linux_111710.tar.gz<br />
cp libflashplayer.so /usr/lib/mozilla/plugins/ </p>
<p>echo &#8220;Linking the libraries so Firefox and apps depending on XULRunner (vuze, liferea, rsswol) can find it.&#8221;<br />
ln -sf /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/firefox-addons/plugins/<br />
ln -sf /usr/lib/mozilla/plugins/libflashplayer.so  /usr/lib/xulrunner-addons/plugins/</p>
<p># now doing some cleaning up:<br />
rm -rf libflashplayer.so<br />
rm -rf libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz</p>
<p>Gets flash working for Firefox and Chrome. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://www.myscienceisbetter.info/install-native-64bit-flash-player-10-on-linux.html/comment-page-4#comment-2251</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Thu, 23 Jun 2011 19:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myscienceisbetter.info/?p=18#comment-2251</guid>
		<description>many thanks!</description>
		<content:encoded><![CDATA[<p>many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mate</title>
		<link>http://www.myscienceisbetter.info/install-native-64bit-flash-player-10-on-linux.html/comment-page-4#comment-2248</link>
		<dc:creator>mate</dc:creator>
		<pubDate>Tue, 14 Jun 2011 17:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myscienceisbetter.info/?p=18#comment-2248</guid>
		<description>Hey,

Thanks for the awesome tutorial.

I am on ubuntu x64 using firefox 4 and chrome 12. I tried using the steps you mentioned. But it still shows me as using version 10,3,162,29.

Any ideas what I may be missing?

Many Thanks</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Thanks for the awesome tutorial.</p>
<p>I am on ubuntu x64 using firefox 4 and chrome 12. I tried using the steps you mentioned. But it still shows me as using version 10,3,162,29.</p>
<p>Any ideas what I may be missing?</p>
<p>Many Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shelan</title>
		<link>http://www.myscienceisbetter.info/install-native-64bit-flash-player-10-on-linux.html/comment-page-4#comment-2239</link>
		<dc:creator>Shelan</dc:creator>
		<pubDate>Fri, 03 Jun 2011 03:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myscienceisbetter.info/?p=18#comment-2239</guid>
		<description>Thank you very much for the script. I think you can add the following url to wget which is the newest version of flash player from Adobe.Otherwise browser will block (Chrome) execution.

wget http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p3_64bit_linux_111710.tar.gz
tar zxvf flashplayer10_2_p3_64bit_linux_111710.tar.gz</description>
		<content:encoded><![CDATA[<p>Thank you very much for the script. I think you can add the following url to wget which is the newest version of flash player from Adobe.Otherwise browser will block (Chrome) execution.</p>
<p>wget <a href="http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p3_64bit_linux_111710.tar.gz" rel="nofollow">http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p3_64bit_linux_111710.tar.gz</a><br />
tar zxvf flashplayer10_2_p3_64bit_linux_111710.tar.gz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atul</title>
		<link>http://www.myscienceisbetter.info/install-native-64bit-flash-player-10-on-linux.html/comment-page-4#comment-2234</link>
		<dc:creator>Atul</dc:creator>
		<pubDate>Tue, 24 May 2011 03:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myscienceisbetter.info/?p=18#comment-2234</guid>
		<description>The script worked like a charm! Thank you very much :)</description>
		<content:encoded><![CDATA[<p>The script worked like a charm! Thank you very much <img src='http://www.myscienceisbetter.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oceania68</title>
		<link>http://www.myscienceisbetter.info/install-native-64bit-flash-player-10-on-linux.html/comment-page-4#comment-2231</link>
		<dc:creator>oceania68</dc:creator>
		<pubDate>Sun, 22 May 2011 16:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myscienceisbetter.info/?p=18#comment-2231</guid>
		<description>oh and you might want to update the flash file to the latest release... which is 10.3.181.14  :D</description>
		<content:encoded><![CDATA[<p>oh and you might want to update the flash file to the latest release&#8230; which is 10.3.181.14  <img src='http://www.myscienceisbetter.info/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oceania68</title>
		<link>http://www.myscienceisbetter.info/install-native-64bit-flash-player-10-on-linux.html/comment-page-4#comment-2230</link>
		<dc:creator>oceania68</dc:creator>
		<pubDate>Sun, 22 May 2011 15:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myscienceisbetter.info/?p=18#comment-2230</guid>
		<description>worked for a bit in Trisquel 4.5 but crashed... and keeps crashing....</description>
		<content:encoded><![CDATA[<p>worked for a bit in Trisquel 4.5 but crashed&#8230; and keeps crashing&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.myscienceisbetter.info/install-native-64bit-flash-player-10-on-linux.html/comment-page-4#comment-2225</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 17 May 2011 20:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myscienceisbetter.info/?p=18#comment-2225</guid>
		<description>Thank you so much!

I am rather new to Linux (or at least doing anything beyond regular windows things), so I just pasted the commands into openoffice and put them into the konsole and hoped for the best. It has worked marvellously, although I am unsure what happened to flash in the first place lol :)

I don&#039;t usually start and end a message with the same thing, but thank you! :)</description>
		<content:encoded><![CDATA[<p>Thank you so much!</p>
<p>I am rather new to Linux (or at least doing anything beyond regular windows things), so I just pasted the commands into openoffice and put them into the konsole and hoped for the best. It has worked marvellously, although I am unsure what happened to flash in the first place lol <img src='http://www.myscienceisbetter.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I don&#8217;t usually start and end a message with the same thing, but thank you! <img src='http://www.myscienceisbetter.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

