<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Seán Hayes &#187; ubuntu</title>
	<atom:link href="http://seanhayes.name/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://seanhayes.name</link>
	<description>Web Developer in Rochester, NY (Django, JavaScript, LAMP)</description>
	<lastBuildDate>Tue, 06 Mar 2012 01:07:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Fixing Flash</title>
		<link>http://seanhayes.name/2010/05/06/fixing-flash/</link>
		<comments>http://seanhayes.name/2010/05/06/fixing-flash/#comments</comments>
		<pubDate>Thu, 06 May 2010 04:50:42 +0000</pubDate>
		<dc:creator>Seán Hayes</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://seanhayes.name/?p=151</guid>
		<description><![CDATA[After upgrading Ubuntu I had some problems with Flash not working. I read the following threads and combined information from both to solve my problem: http://ubuntuforums.org/showthread.php?t=1244048 http://ubuntuforums.org/showthread.php?t=1373582 Run the following commands in a terminal to remove existing Flash files: sudo &#8230; <a href="http://seanhayes.name/2010/05/06/fixing-flash/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After upgrading Ubuntu I had some problems with Flash not working. I read the following threads and combined information from both to solve my problem:<br />
<a href="http://ubuntuforums.org/showthread.php?t=1244048">http://ubuntuforums.org/showthread.php?t=1244048</a><br />
<a href="http://ubuntuforums.org/showthread.php?t=1373582">http://ubuntuforums.org/showthread.php?t=1373582</a></p>
<p>Run the following commands in a terminal to remove existing Flash files:</p>
<blockquote><p>sudo apt-get remove -y &#8211;purge flashplugin-nonfree gnash gnash-common mozilla-plugin-gnash swfdec-mozilla libflashsupport nspluginwrapper<br />
sudo rm -f /usr/lib/mozilla/plugins/*flash*<br />
sudo rm -f ~/.mozilla/plugins/*flash*<br />
sudo rm -f /usr/lib/firefox/plugins/*flash*<br />
sudo rm -f /usr/lib/firefox-addons/plugins/*flash*<br />
sudo rm -rfd /usr/lib/nspluginwrapper<br />
sudo rm -rf /usr/lib/flashplugin*</p></blockquote>
<p>Then run the following command to install the correct version of Flash:</p>
<blockquote><p>sudo apt-get install flashplugin-installer</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://seanhayes.name/2010/05/06/fixing-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

