<?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 Firefox 3 Beta 4 in Ubuntu with One Command</title>
	<atom:link href="http://tombuntu.com/index.php/2008/03/11/install-firefox-3-beta-4-in-ubuntu-with-one-command/feed/" rel="self" type="application/rss+xml" />
	<link>http://tombuntu.com/index.php/2008/03/11/install-firefox-3-beta-4-in-ubuntu-with-one-command/</link>
	<description>News, Tips, and How-Tos for Ubuntu Linux</description>
	<lastBuildDate>Mon, 09 Jan 2012 11:59:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: JackV</title>
		<link>http://tombuntu.com/index.php/2008/03/11/install-firefox-3-beta-4-in-ubuntu-with-one-command/#comment-63549</link>
		<dc:creator>JackV</dc:creator>
		<pubDate>Mon, 06 Jul 2009 15:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/03/11/install-firefox-3-beta-4-in-ubuntu-with-one-command/#comment-63549</guid>
		<description>I have a similar problem as aditya. but when i try to ./firefox-bin it still output not found. May be aditya is correct abount 64 bit, since i am using 64 bit ubuntu.</description>
		<content:encoded><![CDATA[<p>I have a similar problem as aditya. but when i try to ./firefox-bin it still output not found. May be aditya is correct abount 64 bit, since i am using 64 bit ubuntu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ray</title>
		<link>http://tombuntu.com/index.php/2008/03/11/install-firefox-3-beta-4-in-ubuntu-with-one-command/#comment-21515</link>
		<dc:creator>ray</dc:creator>
		<pubDate>Sat, 12 Jul 2008 22:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/03/11/install-firefox-3-beta-4-in-ubuntu-with-one-command/#comment-21515</guid>
		<description># Get the newest release instead of the beta
wget -P ~ ftp://ftp.mozilla.org/pub/firefox/releases/3.0/linux-i686/en-US/firefox-3.0.tar.bz2 &amp;&amp; tar xjf ~/firefox-3.0.tar.bz2 -C ~

# Cleanup
rm ~/firefox-3.0.tar.bz2</description>
		<content:encoded><![CDATA[<p># Get the newest release instead of the beta<br />
wget -P ~ <a href="ftp://ftp.mozilla.org/pub/firefox/releases/3.0/linux-i686/en-US/firefox-3.0.tar.bz2" rel="nofollow">ftp://ftp.mozilla.org/pub/firefox/releases/3.0/linux-i686/en-US/firefox-3.0.tar.bz2</a> &amp;&amp; tar xjf ~/firefox-3.0.tar.bz2 -C ~</p>
<p># Cleanup<br />
rm ~/firefox-3.0.tar.bz2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kari</title>
		<link>http://tombuntu.com/index.php/2008/03/11/install-firefox-3-beta-4-in-ubuntu-with-one-command/#comment-10448</link>
		<dc:creator>Kari</dc:creator>
		<pubDate>Tue, 01 Apr 2008 15:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/03/11/install-firefox-3-beta-4-in-ubuntu-with-one-command/#comment-10448</guid>
		<description>Hey, i did this and it installed fine, but both flash and mplayer were not functioning, so i was wondering if you could help at all? It says no plugin to play and it won&#039;t do anything when i ask it to install it. I fixed the flashplayer somehow (i forget how, i think i twas just creating a link from the old to the new firefox pertaining to the flash), but using google i&#039;ve been unable to find a resolution to my mplayer problem.</description>
		<content:encoded><![CDATA[<p>Hey, i did this and it installed fine, but both flash and mplayer were not functioning, so i was wondering if you could help at all? It says no plugin to play and it won&#8217;t do anything when i ask it to install it. I fixed the flashplayer somehow (i forget how, i think i twas just creating a link from the old to the new firefox pertaining to the flash), but using google i&#8217;ve been unable to find a resolution to my mplayer problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: promethh</title>
		<link>http://tombuntu.com/index.php/2008/03/11/install-firefox-3-beta-4-in-ubuntu-with-one-command/#comment-10434</link>
		<dc:creator>promethh</dc:creator>
		<pubDate>Tue, 01 Apr 2008 11:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/03/11/install-firefox-3-beta-4-in-ubuntu-with-one-command/#comment-10434</guid>
		<description>I went through the same process as everyone did above, but got the same error message as aditya:

foremank@Aquinas:~ $ ~/firefox/firefox
/home/foremank/firefox/run-mozilla.sh: 442: /home/foremank/firefox/firefox-bin: not found

Checking to make sure that the file is there and that all is well, I see:

foremank@Aquinas:~ $ file ~/firefox/firefox
/home/foremank/firefox/firefox: POSIX shell script text executable

foremank@Aquinas:~ $ file ~/firefox/firefox-bin
/home/foremank/firefox/firefox-bin: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), stripped

...will this not work on AMD64 machines, only Intel 80386 machines?  Looking at aditya&#039;s hostname and knowing that mine is an AMD64 as well, are us AMD64 users left in the dark?

Thanks in advance for any help.</description>
		<content:encoded><![CDATA[<p>I went through the same process as everyone did above, but got the same error message as aditya:</p>
<p>foremank@Aquinas:~ $ ~/firefox/firefox<br />
/home/foremank/firefox/run-mozilla.sh: 442: /home/foremank/firefox/firefox-bin: not found</p>
<p>Checking to make sure that the file is there and that all is well, I see:</p>
<p>foremank@Aquinas:~ $ file ~/firefox/firefox<br />
/home/foremank/firefox/firefox: POSIX shell script text executable</p>
<p>foremank@Aquinas:~ $ file ~/firefox/firefox-bin<br />
/home/foremank/firefox/firefox-bin: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), stripped</p>
<p>&#8230;will this not work on AMD64 machines, only Intel 80386 machines?  Looking at aditya&#8217;s hostname and knowing that mine is an AMD64 as well, are us AMD64 users left in the dark?</p>
<p>Thanks in advance for any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: åœ¨ Ubuntu çŽ‡å…ˆé«”é©— Firefox 3 Beta 4 &#124; i-Piggy.com</title>
		<link>http://tombuntu.com/index.php/2008/03/11/install-firefox-3-beta-4-in-ubuntu-with-one-command/#comment-10221</link>
		<dc:creator>åœ¨ Ubuntu çŽ‡å…ˆé«”é©— Firefox 3 Beta 4 &#124; i-Piggy.com</dc:creator>
		<pubDate>Fri, 28 Mar 2008 14:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/03/11/install-firefox-3-beta-4-in-ubuntu-with-one-command/#comment-10221</guid>
		<description>[...] Tombuntu]  Firefox, Ubuntu, [...]</description>
		<content:encoded><![CDATA[<p>[...] Tombuntu]  Firefox, Ubuntu, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aditya</title>
		<link>http://tombuntu.com/index.php/2008/03/11/install-firefox-3-beta-4-in-ubuntu-with-one-command/#comment-10104</link>
		<dc:creator>aditya</dc:creator>
		<pubDate>Wed, 26 Mar 2008 06:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/03/11/install-firefox-3-beta-4-in-ubuntu-with-one-command/#comment-10104</guid>
		<description>i did all the commands you said..but wen i double click on firefox in the home folder/firefox

its asks if to run or stuff..
i press run but nothing happens..
in terminal i do the command..this is the result
even if i closed firefox..i wen

amd@amd64:~$ ~/firefox/firefox
/home/amd/firefox/run-mozilla.sh: 442: /home/amd/firefox/firefox-bin: not found

what can u do to help me sir!! please..am fed up with tihs excess mem usage!!</description>
		<content:encoded><![CDATA[<p>i did all the commands you said..but wen i double click on firefox in the home folder/firefox</p>
<p>its asks if to run or stuff..<br />
i press run but nothing happens..<br />
in terminal i do the command..this is the result<br />
even if i closed firefox..i wen</p>
<p>amd@amd64:~$ ~/firefox/firefox<br />
/home/amd/firefox/run-mozilla.sh: 442: /home/amd/firefox/firefox-bin: not found</p>
<p>what can u do to help me sir!! please..am fed up with tihs excess mem usage!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G</title>
		<link>http://tombuntu.com/index.php/2008/03/11/install-firefox-3-beta-4-in-ubuntu-with-one-command/#comment-10027</link>
		<dc:creator>G</dc:creator>
		<pubDate>Mon, 24 Mar 2008 19:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/03/11/install-firefox-3-beta-4-in-ubuntu-with-one-command/#comment-10027</guid>
		<description>this may be silly of me to ask, but how do you uninstall the previous versions of firefox?  or does the newer version completely overwrite the older version?</description>
		<content:encoded><![CDATA[<p>this may be silly of me to ask, but how do you uninstall the previous versions of firefox?  or does the newer version completely overwrite the older version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JZ</title>
		<link>http://tombuntu.com/index.php/2008/03/11/install-firefox-3-beta-4-in-ubuntu-with-one-command/#comment-10015</link>
		<dc:creator>JZ</dc:creator>
		<pubDate>Mon, 24 Mar 2008 16:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/03/11/install-firefox-3-beta-4-in-ubuntu-with-one-command/#comment-10015</guid>
		<description>Instead of curl, you can use wget with &quot;-O&quot; opton to form a pipe:

wget -O - -P ~ ftp://ftp.mozilla.org/pub/firefox/releases/3.0b4/linux-i686/en-US/firefox-3.0b4.tar.bz2 &#124; tar xj</description>
		<content:encoded><![CDATA[<p>Instead of curl, you can use wget with &#8220;-O&#8221; opton to form a pipe:</p>
<p>wget -O &#8211; -P ~ <a href="ftp://ftp.mozilla.org/pub/firefox/releases/3.0b4/linux-i686/en-US/firefox-3.0b4.tar.bz2" rel="nofollow">ftp://ftp.mozilla.org/pub/firefox/releases/3.0b4/linux-i686/en-US/firefox-3.0b4.tar.bz2</a> | tar xj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fishfillet</title>
		<link>http://tombuntu.com/index.php/2008/03/11/install-firefox-3-beta-4-in-ubuntu-with-one-command/#comment-9970</link>
		<dc:creator>fishfillet</dc:creator>
		<pubDate>Mon, 24 Mar 2008 03:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/03/11/install-firefox-3-beta-4-in-ubuntu-with-one-command/#comment-9970</guid>
		<description>To enable flash plugin, i think this command will work:

$sudo cp /usr/lib/firefox/plugins/* ~/firefox/plugins/</description>
		<content:encoded><![CDATA[<p>To enable flash plugin, i think this command will work:</p>
<p>$sudo cp /usr/lib/firefox/plugins/* ~/firefox/plugins/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chanel&#8217;s Blog &#187; Blog Archive &#187; Ode to Firefox&#8230; for real this time</title>
		<link>http://tombuntu.com/index.php/2008/03/11/install-firefox-3-beta-4-in-ubuntu-with-one-command/#comment-9900</link>
		<dc:creator>Chanel&#8217;s Blog &#187; Blog Archive &#187; Ode to Firefox&#8230; for real this time</dc:creator>
		<pubDate>Sat, 22 Mar 2008 18:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/03/11/install-firefox-3-beta-4-in-ubuntu-with-one-command/#comment-9900</guid>
		<description>[...] it out. I had to keep Firefox 2 for testing purposes so I did a google search and discovered this post showing how to run both versions without them clashing (they can&#8217;t run at the same time) on [...]</description>
		<content:encoded><![CDATA[<p>[...] it out. I had to keep Firefox 2 for testing purposes so I did a google search and discovered this post showing how to run both versions without them clashing (they can&#8217;t run at the same time) on [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)

Served from: tombuntu.com @ 2012-02-08 19:53:21 -->
