<?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>Linux Neophyte &#187; Flash</title>
	<atom:link href="http://linuxneophyte.com/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxneophyte.com</link>
	<description>Trials of a Linux Newb.</description>
	<lastBuildDate>Mon, 20 Oct 2008 12:42:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Installing Flash Player 9 Final</title>
		<link>http://linuxneophyte.com/installing-flash-player-9-final/</link>
		<comments>http://linuxneophyte.com/installing-flash-player-9-final/#comments</comments>
		<pubDate>Wed, 17 Jan 2007 13:39:42 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Console]]></category>
		<category><![CDATA[DPKG]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[RPM]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linuxneophyte.com/installing-flash-player-9-final/</guid>
		<description><![CDATA[The first non-beta version of Flash 9 for Linux is out, you can download the installer from Adobe&#8217;s site. I downloaded the tar.gz installer and had no problem whatsoever installing it. The instructions are on the download page, and all you&#8217;ll need to know before hand is where your browsers are installed to. To find [...]]]></description>
			<content:encoded><![CDATA[<p>The first non-beta version of Flash 9 for Linux is out, you can download the installer from <a target="_blank" href="http://www.adobe.com/go/getflashplayer/">Adobe&#8217;s site</a>.  I downloaded the <em>tar.gz</em> installer and had no problem whatsoever installing it.  The instructions are on the download page, and all you&#8217;ll need to know before hand is where your browsers are installed to.  To find out, you can use the package management tools included in your distro.</p>
<p><strong>Fedora:</strong></p>
<p><code>rpm -ql firefox</code></p>
<p>This query will give you a lot of information (you might want to pipe it to <code>less</code>).  What you want to zero in on is the directory that is referenced most, on my system it&#8217;s <code>/usr/lib/firefox-1.5.0.9/</code>.   You&#8217;ll notice a lot of references to <code>/usr/share/</code> and can pretty much ignore them.  That directory holds icons, .desktop files and other shared objects.</p>
<p>I did the same for SeaMonkey (<code>rpm -ql seamonkey</code>), the install location for the current version of the monkey is <code>/usr/lib/seamonkey-1.0.7/</code>.</p>
<p><strong>Ubuntu:</strong></p>
<p><code>dpkg -L firefox</code></p>
<p>That&#8217;s another command that will hand you TONS of information.  Again, I only care about the installation directory, I know from using Ubuntu that the standard application install location is <code>/usr/lib/<em>[installdir]</em></code>.  So to clean up the output, I used <code>grep</code> to filter out the data I don&#8217;t need (you could do the same on the Fedora example above).</p>
<p><code>dpkg -L firefox |grep /usr/lib</code></p>
<p>That gave me something that looked like:</p>
<blockquote><p><code>/usr/lib<br />
/usr/lib/firefox<br />
/usr/lib/firefox/firefox<br />
/usr/lib/firefox/libgfxpsshar.so<br />
/usr/lib/firefox/libgkgfx.so<br />
/usr/lib/firefox/libgtkembedmoz.so<br />
/usr/lib/firefox/libgtkxtbin.so<br />
/usr/lib/firefox/libjsj.so<br />
[snip]</code></p></blockquote>
<p>From that I can see that Ubuntu installs Firefox to <code>/usr/lib/firefox</code>.</p>
<p>I also use SeaMonkey on Ubuntu, but I had to manually install it. For that reason, <code>dpkg</code>  has no clue as to where the software is.  I chose to install it to <code>/usr/local/seamonkey</code>, which is the location that the SeaMonkey installer suggests.  I just keep that in the back of my mind or I could enter a <code>locate seamonkey</code>.  That will return a lot of hits as well and will look something like:</p>
<blockquote><p><code>/usr/bin/seamonkey<br />
/usr/local/seamonkey<br />
/usr/local/seamonkey/install.log<br />
/usr/local/seamonkey/registry<br />
/usr/local/seamonkey/libplds4.so<br />
/usr/local/seamonkey/libxpcom.so<br />
/usr/local/seamonkey/libmozz.so<br />
[snip]</code></p></blockquote>
<p>Now that I know where my browsers are installed to, I can run the Flash installer and give it the correct path to each browser when asked.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/installing-flash-player-9-final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

