<?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>gHacks technology news &#187; bunzip2</title>
	<atom:link href="http://www.ghacks.net/tag/bunzip2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 09:43:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Firefox and Flash From Source</title>
		<link>http://www.ghacks.net/2009/02/19/installing-firefox-and-flash-from-source/</link>
		<comments>http://www.ghacks.net/2009/02/19/installing-firefox-and-flash-from-source/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 17:39:41 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[bunzip2]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash plugin]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[tar]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10663</guid>
		<description><![CDATA[Normally you will hear me professing to always install using your Linux distributions&#8217; package management system. This is true for most cases. There is one case, however, that defies that philosophy: Installing Firefox. I have, on many occasions, installed Firefox using the distributions package management system only to have issue with either plugins or updates. [...]]]></description>
			<content:encoded><![CDATA[<p>Normally you will hear me professing to always install using your Linux distributions&#8217; package management system. This is true for most cases. There is one case, however, that defies that philosophy: Installing <a href="http://www.ghacks.net/tag/firefox/">Firefox</a>. I have, on many occasions, installed Firefox using the distributions package management system only to have issue with either plugins or updates. Because of this, one of the first things I do after a fresh installation is install Firefox from source. This gives you more control over the application which will ensure things run much more smoothly.</p>
<p>Naturally the first thing you will need to do is to download the <a title="Firefox" href="http://www.mozilla.com/en-US/" target="_blank">Firefox source</a>. Once the source is downloaded you have a choice to make. You can install Firefox for each user on the system (if there is only one user you don&#8217;t really have much to worry about) or you can install Firefox &#8220;system wide&#8221;. If you choose to install for just one user then place the source file in the users home directory. If you want to install it &#8220;system wide&#8221; move the file to the <strong>/opt</strong> directory (you will have to have root permissions or use sudo to do this.)</p>
<p><span id="more-10663"></span>Now that the file is in place it is time to unpack the file. More than likely the source package will be in bunzip2 format. To unpack the file you will issue the command <em>bunzip2 firefox-XXX.tar.bz2</em>. (Where <em>XXX</em> this the release number you downloaded.) Once bunzip2 has done its thing you will be left with a tar file <em>firefox-XXX.tar</em> (Again where <em>XXX</em> is the release number.)</p>
<p>When you unpack the Firefox tar file a new directory will be created called simply <strong>firefox</strong>. This new directory contains everything Firefox needs to run. All you have to do now is issue the command <em>~/firefox/firefox </em>to start up the browser.</p>
<p><strong>Starting Firefox</strong></p>
<p>Naturally you don&#8217;t want to have to start Firefox from command line every time you want to run the browser. What you will want to do is edit the preferences in either your menu entries or the Firefox application icons on either your Panel or your desktop. When you do edit the preferences you will want to change the command entry. The entry that came with the pre-installed Firefox will most likely be:</p>
<p><em>firefox %u</em></p>
<p>You will to change that to:</p>
<p><em>~/firefox/firefox %u</em></p>
<p><strong>Installing Flash</strong></p>
<p>Once you have Firefox up and running you can install plugins manually. For instance, installing the Macromedia Flash plugin involves downloading the <a title="Flash" href="http://www.adobe.com/" target="_blank">Flash plugin</a>, (download the source, not the binary) unpacking the file with the command: tar xvzf install_flash_player_10_linux.tar.gz, change into the newly created directory with the command <strong>cd install_flash_player_10</strong>, issue the command <em>./flashplayer-installer, </em>and answer the necessary questions. When you are asked where the installation directory is you will enter <em>~/firefox</em>.</p>
<p>You&#8217;re done. Now you can fire up Firefox and enter <em>about:plugins</em> to make sure the flash player plugin is installed (it will also tell you which flash version you are using.)</p>
<p><strong>Final Thoughts</strong></p>
<p>It may not be the easiest method of installation, but it&#8217;s the best when you want to have more control over your web browser. You will also find it much easier to keep up to date with both the browser itself as well as the plugins you install.</p>

	Tags: <a href="http://www.ghacks.net/tag/bunzip2/" title="bunzip2" rel="tag">bunzip2</a>, <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/flash/" title="flash" rel="tag">flash</a>, <a href="http://www.ghacks.net/tag/flash-plugin/" title="flash plugin" rel="tag">flash plugin</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/source/" title="source" rel="tag">source</a>, <a href="http://www.ghacks.net/tag/tar/" title="tar" rel="tag">tar</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/05/04/installing-flash-in-ubuntu-904-with-firefox/" title="Installing Flash in Ubuntu 9.04 with Firefox (May 4, 2009)">Installing Flash in Ubuntu 9.04 with Firefox</a> (25)</li>
	<li><a href="http://www.ghacks.net/2006/12/10/showmedo-free-video-tutorial-website/" title="ShowMeDo Free Video Tutorial Website (December 10, 2006)">ShowMeDo Free Video Tutorial Website</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/05/18/open-xml-viewer-for-microsoft-word-2007/" title="Open XML Viewer For Microsoft Word 2007 (May 18, 2009)">Open XML Viewer For Microsoft Word 2007</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/09/19/mozilla-flash-upgrade-statistics/" title="Mozilla Flash Upgrade Statistics (September 19, 2009)">Mozilla Flash Upgrade Statistics</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/09/04/mozilla-checks-flash-version-after-firefox-updates/" title="Mozilla Checks Flash Version After Firefox Updates (September 4, 2009)">Mozilla Checks Flash Version After Firefox Updates</a> (14)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/02/19/installing-firefox-and-flash-from-source/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
