<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>UbuntuSolutions : Installing Firefox 3.5 the right way in Ubuntu Jaunty</title>
    <link>/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html?format=rss</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by Edward</title>
      <description>&lt;p&gt;Great tutorial ,thanks!  I'v submitted a link of this article to &lt;a href="http://www.linuxine.com" rel="nofollow"&gt;www.linuxine.com&lt;/a&gt; in order to share it with more people.&lt;/p&gt;</description>
      <pubDate>Thu, 02 Jul 2009 09:44:02 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:6d42a719-de3f-44b1-a6e5-ee7bfe9d6041</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-61</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by jjcanaday@gmail.com</title>
      <description>&lt;p&gt;At the point where there are 2 versions, and you show how to make 3.5 the default:
I get "sudo su", but what is "ll firefox*"?  I get an error message: "bash: ll: command not found".  I even copied and pasted from here.  What is that command supposed to do?&lt;/p&gt;</description>
      <pubDate>Thu, 02 Jul 2009 13:34:36 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:ea11b9de-6825-40a8-8260-60d960a910f0</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-62</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by bikethetam</title>
      <description>&lt;p&gt;jjcanaday, sorry that's a typo. I'm fixing it.&lt;/p&gt;</description>
      <pubDate>Thu, 02 Jul 2009 13:51:40 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:f7246a5f-fda0-4ce2-9cc6-9017ee80a56d</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-63</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by moses</title>
      <description>&lt;p&gt;I believe ll is an alias to ls -l, so if you change    ll firefox*    to    ls -l firefox*   it should give you what you want.&lt;/p&gt;</description>
      <pubDate>Thu, 02 Jul 2009 16:24:07 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:0838df58-9413-4835-b036-dd5901555d6f</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-64</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by mangahaus@hotmail.com</title>
      <description>&lt;p&gt;@&lt;a href="mailto:jjcanaday@gmail.com" rel="nofollow"&gt;jjcanaday@gmail.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Regarding: ll
After a couple of minutes of googling that "ll" command, I came across a site that informed me that Ubuntu doesn't come with that alias as default. In order for it to work, you will need to replace that in the command with "ls -l" (no quotes). After that, no problems getting it to work.
Thanks a bunch, biketheteam!&lt;/p&gt;</description>
      <pubDate>Thu, 02 Jul 2009 16:30:19 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:01bbd01c-5c5e-4c5e-bed1-a74074cec355</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-65</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by kiterunner</title>
      <description>&lt;p&gt;Hey that is cool. I am recommending this method using ubuntuzilla too. It is rather simple and straight forward. 
&lt;a href="http://ubuntumanual.org/posts/193/installing-firefox-3-5-in-ubuntu-the-easy-way" rel="nofollow"&gt;http://ubuntumanual.org/posts/193/installing-firefox-3-5-in-ubuntu-the-easy-way&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 02 Jul 2009 16:41:38 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:c5ab2441-4aa3-4584-8015-5c97b2aa1c4b</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-66</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by bikethetam</title>
      <description>&lt;p&gt;yes, ll is an alias for 'ls -lsa'. The typo was about the missing 'cd /usr/bin' line.&lt;/p&gt;</description>
      <pubDate>Thu, 02 Jul 2009 19:17:02 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:c6c3f1f1-8ef4-425d-8071-ff8ed28694a8</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-67</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by Morten</title>
      <description>&lt;p&gt;Wrt. the use of &lt;strong&gt;sudo su&lt;/strong&gt; - sudo has a &lt;strong&gt;-s&lt;em&gt;* option for getting a shell, which makes *&lt;/em&gt;sudo -s&lt;/strong&gt;. This will, if memory serves me correct, log all commands to the syslog for later inspection.&lt;/p&gt;</description>
      <pubDate>Fri, 03 Jul 2009 05:12:07 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:fdd9ea1f-4928-4d8a-9e8c-d3bc57004af0</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-69</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by Kogi Kaishakunin</title>
      <description>&lt;p&gt;I think "apt-get install firefox-3.5 firefox-3.5-gnome-support latex-xft-fonts" requires to be run as root. &lt;/p&gt;</description>
      <pubDate>Fri, 03 Jul 2009 09:18:02 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:cf66e96e-57d6-4520-b345-dc299901fecb</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-70</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by RamL</title>
      <description>&lt;p&gt;Can firefox-3.0 be uninstalled at this point? I would appreciate if you could provide more details.&lt;/p&gt;</description>
      <pubDate>Fri, 03 Jul 2009 10:42:02 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:c61113a6-f4e0-4694-85a6-3e3e2fc9960f</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-71</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by SilverWave</title>
      <description>&lt;p&gt;It you set your sources in Ubuntu to allow Proposed Updates then FF3.5 is available :)&lt;/p&gt;

&lt;p&gt;Was:
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b4pre)
Gecko/20090401 Ubuntu/9.04 (jaunty) Shiretoko/3.5b4pre - Build ID:20090401172919&lt;/p&gt;

&lt;p&gt;Now:
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1) Gecko/20090701 Ubuntu/9.04 (jaunty) Shiretoko/3.5 - Build ID: 20090701021524&lt;/p&gt;

&lt;p&gt;Remember to then turn proposed off :)&lt;/p&gt;</description>
      <pubDate>Sat, 04 Jul 2009 05:44:58 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:f4d77577-7781-4092-a199-72043ac5346b</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-74</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by curious</title>
      <description>&lt;p&gt;Great howto! Thanks.
One question: when firefox 3.5 makes it into the ubuntu-repos and replaces 3.0, do I have to mess around with the symlinks again? Or do they get corrected on update so firefox points to Ubuntu's updated firefox package?&lt;/p&gt;</description>
      <pubDate>Sat, 04 Jul 2009 08:14:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:7584e3b6-6275-4e3b-8547-d3f46060263d</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-76</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by Grant Bowman</title>
      <description>&lt;p&gt;The jaunty-proposed solution is much easier for end users!&lt;/p&gt;

&lt;p&gt;Grant Bowman&lt;/p&gt;

&lt;p&gt;&lt;a href="https://wiki.ubuntu.com/CaliforniaTeam" rel="nofollow"&gt;https://wiki.ubuntu.com/CaliforniaTeam&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 04 Jul 2009 16:43:58 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:92a56eb3-e886-4fac-a9a1-7512ee9303c6</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-77</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by incubii</title>
      <description>&lt;p&gt;@Curious
Firefox 3.5 will not be updated for any previous version of Ubuntu. It will only be available for Karmic Koala and beyond. Very annoying considering the beta is in the repo already!&lt;/p&gt;</description>
      <pubDate>Sat, 04 Jul 2009 20:35:44 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:7dcd5ee0-7a2f-4c3c-97c1-66f743dcc2f6</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-78</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by curious</title>
      <description>&lt;p&gt;Ahh, I see, thanks for clarification. Coming from Rolling-Release Arch LInux I supposed it will get superseded once the new version is out... Annoying, but keeping the PPA repo should do the trick.&lt;/p&gt;

&lt;p&gt;Slightly OT, there is a bug making firefox crash on fullscreen Flash  with some graphic cards (&lt;a href="https://bugs.launchpad.net/firefox/+bug/333127)" rel="nofollow"&gt;https://bugs.launchpad.net/firefox/+bug/333127)&lt;/a&gt;. The bug report mentions this workaround, worked for me:&lt;/p&gt;

&lt;blockquote&gt;In the case of Firefox 3. package from PPA, the file /usr/lib/firefox-3.5pre/firefox.sh should be modified adding:

export LD_PRELOAD=/usr/lib/libGL.so.1&lt;/blockquote&gt;</description>
      <pubDate>Sun, 05 Jul 2009 07:16:19 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:94540121-74af-46f4-89da-fdae2f2bb4fe</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-79</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by wonderwhy</title>
      <description>&lt;p&gt;missing flash plug in after using this method.&lt;/p&gt;</description>
      <pubDate>Sun, 05 Jul 2009 16:19:03 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:554424f3-3554-4111-be58-dfbc695bea3d</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-80</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by curious</title>
      <description>&lt;p&gt;report it to the bug-tracker.&lt;/p&gt;</description>
      <pubDate>Sun, 05 Jul 2009 16:57:53 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:1125f531-bbc2-447c-bafc-d258de5b3e3f</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-81</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by curious</title>
      <description>&lt;p&gt;sorry, wonderwhy - got you wrong. I reckon you meant missing flash after installing firefox 3.5 from PPA?&lt;/p&gt;

&lt;p&gt;Things you could check:
Do you still have flash in 3.0? Did it get removed when installing 3.5 / Does reinstalling it makes a difference? Locate the flashplugin*.so, on my system it looks like this:&lt;/p&gt;

&lt;blockquote&gt;/usr/lib/firefox/plugins/flashplugin-alternative.so -&gt; /etc/alternatives/firefox-flashplugin&lt;/blockquote&gt;

&lt;p&gt;If you run x64, it may have to do something with it, you could toss around with the symlinks.&lt;/p&gt;</description>
      <pubDate>Mon, 06 Jul 2009 04:37:54 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:f20ae927-3250-4c4f-a279-fb9cae35d6f7</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-83</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by wonderwhy</title>
      <description>&lt;p&gt;flash was working fine in video, usatoday with FF 3.0.11 after upgrade to FF 3.5.1pre, video still work but usatoday website prompt flash plugs-in installation. system running ubuntu 9.04 32 bits not x64.&lt;/p&gt;</description>
      <pubDate>Mon, 06 Jul 2009 06:22:23 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:c28ca61d-f857-46c4-9870-475bfafad629</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-84</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by curious</title>
      <description>&lt;p&gt;So if flash is working on other websites, it seems unlikely you are missing the plugin... rather like a problem with the usatoday website, right? I get the same message on usatoday.com. 
As long as the videos play anyway, just ignore the message.&lt;/p&gt;</description>
      <pubDate>Mon, 06 Jul 2009 10:28:49 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:cef38805-ad3e-4249-9771-ac0e60d9685c</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-86</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by wonderwhy</title>
      <description>&lt;p&gt;ok CURIOUS...youtube and other video website works fine. will ignore usatoday flash plugs-in prompt. &lt;/p&gt;</description>
      <pubDate>Mon, 06 Jul 2009 16:16:47 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:33f5a879-53bc-474a-98d3-933d518864e4</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-87</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by docspike</title>
      <description>&lt;p&gt;I followed the steps given in section 'Installing from Mozilla.org'&lt;/p&gt;

&lt;p&gt;The installation took place without any problem, but after starting the browser its not connecting to internet...giving the error message failed to connect to server..my internet connection is fine as other browsers work fine...i m using Ubuntu 9.04 x86_64bit....Kindly help as i am fed up with trying to install..i tried using ubuntuzilla too...it dint work either...&lt;/p&gt;

&lt;p&gt;Somebody help!!&lt;/p&gt;</description>
      <pubDate>Tue, 07 Jul 2009 01:58:59 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:28647735-ff54-4d0f-b703-a1dcc340aaf8</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-89</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by curious</title>
      <description>&lt;p&gt;docspike, please install from a repo. Circumventing the package manager can mess up your system, and introduce additional problems. Since firefox 3.5 is now in universe, this is also the most painless method.&lt;/p&gt;

&lt;p&gt;But before anything else, revert everything you have done till now to install 3.5, so you have a clean start and wont end up with different version oft the same software borking up your system.&lt;/p&gt;

&lt;p&gt;After that, it is as simple as running:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;sudo apt-get update&lt;/p&gt;

&lt;p&gt;sudo apt-get install firefox-3.5 firefox-3.5-gnome-support&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;@bikethetam: maybe you should add a note to your post about firefox3.5 being in universe now, to avoid confusion.&lt;/p&gt;</description>
      <pubDate>Tue, 07 Jul 2009 06:26:40 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:406c76c5-9ec2-48aa-b069-c3f86c132ef6</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-91</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by Progfou</title>
      <description>&lt;p&gt;A few comments on &#8220;The Right Way&#8221;&#8482; :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Firefox 3.5 final is now available in Jaunty through normal security updates =&gt; sometime the right way is just to wait a bit ;-)&lt;/li&gt;
&lt;li&gt;I wouldn't advise a non-technical end-user to use a &lt;code&gt;-daily&lt;/code&gt; repository =&gt; it's unstable by definition, and it may put the user on a frequent large download (and may be a large bill in the end too) ;&lt;/li&gt;
&lt;li&gt;better use &lt;code&gt;aptitude&lt;/code&gt; instead of &lt;code&gt;apt-get&lt;/code&gt; =&gt; &lt;code&gt;apt-get&lt;/code&gt; only manage packages without "remembering" automatic installation dependencies, the one feature that allow you to cleanly un-install by removing every related packages (if they are not required by something staying) ;&lt;/li&gt;
&lt;li&gt;better use &lt;code&gt;sudo -i&lt;/code&gt; instead of &lt;code&gt;sudo su&lt;/code&gt; =&gt; one less process in memory ;&lt;/li&gt;
&lt;li&gt;better use &lt;code&gt;dpkg-divert&lt;/code&gt; instead of manually managing files belonging to packages =&gt; &lt;code&gt;dpkg-divert&lt;/code&gt; allow to ensure your modifications will be kept over package updates.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;BTW, thanks for the hint about installing &lt;code&gt;latex-xft-fonts&lt;/code&gt; to help MathML support in Mozilla products! :-)&lt;/p&gt;</description>
      <pubDate>Tue, 07 Jul 2009 06:37:46 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:8039bbe6-25af-443a-b447-b33fac8c3fdd</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-92</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by wonderwhy</title>
      <description>&lt;p&gt;i followed the revert step to remove shiretoko 3.5.1pre web browser then install firefox-3.5. now i have firefox 3.0.12 and shiretoko 3.5 both on my system. also had
deb &lt;a href="http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu" rel="nofollow"&gt;http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu&lt;/a&gt; jaunty main 
in /etc/apt/sources.list. would like to have only firefox 3.5 option in the system which can be  upgrade with a newer version when mozilla is ready. also, no flash plugins notice in firefox 3.0.12 version in usatoday website..go figure huh? TIA&lt;/p&gt;</description>
      <pubDate>Wed, 08 Jul 2009 05:48:46 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:b69704c1-3025-4a91-8436-4beb551c5265</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-97</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by wonderwhy</title>
      <description>&lt;p&gt;thank to Progfou for the APTITUDE command usage..was not savy to that earlier. :-)&lt;/p&gt;</description>
      <pubDate>Wed, 08 Jul 2009 05:49:35 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:ffdfea35-580a-40c4-9bc1-924c88f1f0b8</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-98</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by fowlplay</title>
      <description>&lt;p&gt;Progfou: I've done apt-get update, but the package for firefox-3.5 still shows as 3.5-b4. Could you tell me how to change my package to 3.5 final?&lt;/p&gt;

&lt;p&gt;TIA&lt;/p&gt;</description>
      <pubDate>Wed, 08 Jul 2009 20:05:07 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:7f5f683f-563a-4a97-9907-1e8e68cd5713</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-100</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by wonderwhy</title>
      <description>&lt;p&gt;Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1) Gecko/20090701 Ubuntu/9.04 (jaunty) Shiretoko/3.5   &lt;/p&gt;

&lt;p&gt;is this the firefox 3.5 final version?&lt;/p&gt;</description>
      <pubDate>Wed, 08 Jul 2009 20:41:41 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:d2bd3ef2-b73b-41d4-ba9d-2c8b4255f107</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-101</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by Progfou</title>
      <description>&lt;p&gt;@fowlplay: using &lt;code&gt;apt-get update&lt;/code&gt; will only update your &#8220;available packages&#8221; lists, after that you have to use &lt;code&gt;apt-get safe-upgrade&lt;/code&gt; to ask the APT package manager to look for new versions now available and then download and install them. In some cases, for example when a new package version requires adding or removing packages, you'll have to use &lt;code&gt;apt-get dist-upgrade&lt;/code&gt; instead, but you should not use this in most common cases, so avoid it unless you have to use it.&lt;/p&gt;</description>
      <pubDate>Thu, 09 Jul 2009 01:43:31 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:d089dbbb-a097-4418-b072-51fc786b9399</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-103</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by Progfou</title>
      <description>&lt;p&gt;@wonderwhy: it says &lt;code&gt;3.5&lt;/code&gt;, not &lt;code&gt;3.5svn&lt;/code&gt; neither &lt;code&gt;3.5beta&lt;/code&gt; not &lt;code&gt;3.5rc&lt;/code&gt;, so I would say &#8220;yes&#8221; that's the official one. :-)&lt;/p&gt;</description>
      <pubDate>Thu, 09 Jul 2009 01:45:59 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:38814b58-e148-4f02-887e-a606e78aba90</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-104</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by Progfou</title>
      <description>&lt;p&gt;About Flash support, the current official way is to use the &lt;code&gt;adobe-flashplugin&lt;/code&gt; package available at Canonical's APT repository using this APT source:&lt;/p&gt;

&lt;p&gt;deb &lt;a href="http://archive.canonical.com/" rel="nofollow"&gt;http://archive.canonical.com/&lt;/a&gt; jaunty partner&lt;/p&gt;</description>
      <pubDate>Thu, 09 Jul 2009 01:49:25 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:228d2c6f-5889-4230-a060-a95dabafcef9</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-105</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by Joe&amp;Bug</title>
      <description>&lt;p&gt;What about the &lt;b&gt;apturl&lt;/b&gt;? Since the installation of the Shiretoko thing, the apt protocol is no more. How should I get back the &lt;b&gt;apt://&lt;/b&gt; commodity?&lt;/p&gt;

&lt;p&gt;All in all, I really think this is a night mare to the Ubuntu community. The rendering is slower than Window$, &lt;/p&gt;</description>
      <pubDate>Fri, 10 Jul 2009 13:26:59 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:b85ee552-7ed9-4834-964f-97c0c5eb8257</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-106</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by MSP</title>
      <description>&lt;p&gt;OK. I used the command at the top this page. The package manager has a green square next to firefox-3.5 but when I click the firefox icon at the top of the screen, the Help.About menu still says it is 3.0.11. It is also 3.0.11 if I open it from the applications menu.&lt;/p&gt;

&lt;p&gt;What am I doing wrong?&lt;/p&gt;</description>
      <pubDate>Sat, 11 Jul 2009 15:16:09 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:bc3f5f36-a99d-473d-bc4d-673184ccd28d</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-108</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by MSP</title>
      <description>&lt;p&gt;One more thing. Why is the "Check for updates" menu disabled in 3.0.11 as this stops me from upgrading the simple, obvious way I would in windows?&lt;/p&gt;</description>
      <pubDate>Sat, 11 Jul 2009 15:20:23 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:7d8bf65d-8474-4159-ad6f-db0d1abed049</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-109</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by curious</title>
      <description>&lt;p&gt;@MSP&lt;/p&gt;

&lt;p&gt;The Package Manager takes care of all software updates, and does so exclusively to keep things clean. Also, because Firefox is running as your user, it does not have permissions to write outside your home directory, where the binaries are installed. So it is half security issue, half convenience of centralised package management (there is no "update all installed software" button in windows).&lt;/p&gt;

&lt;p&gt;Firefox 3.5/Shiretoko gets installed parallel to the existing version. Start it like that from a terminal:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;/usr/bin/firefox-3.5&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;If you want to make Shireteko default, recreate the symlink /usr/bin/firefox pointing to /usr/bin/firefox-3.5. This is described near the end of the post ("At this point, there are 2 different versions of Firefox coexisting..."ff).&lt;/p&gt;</description>
      <pubDate>Sun, 12 Jul 2009 03:15:33 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:73c5e325-0266-4198-b808-21d1533c9d1b</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-110</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by MSP</title>
      <description>&lt;p&gt;@Curious. Thanks for your reply, but you seem to have misunderstood my questions. I want to upgrade an Ubuntu 9.04 system from its default Firefox 3.0.11 to Firefox 3.5. I don't want to use anything called  "Shireteko" (unless that is an obscure way of referring to Firefox 3.5). Also I don't think I ever accused windows of  having an "update all installed software" button. Isn't that the same thing as reinstalling the OS? Excuse my ignorance, I've only been using computers since 1967:-).&lt;/p&gt;

&lt;p&gt;I'm getting my Mum, who's getting on a bit, to use Ubuntu because I've been impressed by its GUI and feel she will have less trouble with a system which is less prone to security problems than her old windows xp. So I'm really looking for a "non-terminal" solution to this problem so that I can teach her how to do it in case I am not around next time it needs doing. I gave up using command line interfaces in the 1980s  (PERQs then Macs) unless I'm forced to.&lt;/p&gt;

&lt;p&gt;To be clear, I'm looking for an equivalent to what happens when you upgrade Firefox under windows, i.e. You are either prompted that a new version is available and click a button to indicate that you wish to install it, or you click &#8220;Tools/Check For Updates&#8221; and then indicate that you wish to install it if one is available. In either case, the end result is that the new version replaces the old version and automatically becomes your default browser, assuming the old version was your default browser. I definitely do not want the old and the new version to "coexist". For preference, I would prefer not to have to explain to my Mum what a "symlink" is (always assuming I knew myself), or to explain to her about permissions.&lt;/p&gt;

&lt;p&gt;After all, don't Ubuntu's goals "include providing an up-to-date, stable operating system for the average user, with a strong focus on usability and ease-of-installation". Terminal commands have no place in that and, in my opinion, detract from what seems to be a great OS. However, it does lack an animated bumble bee buzzing around the screen when it's compiling like it used to under POS on the PERQ:-).&lt;/p&gt;</description>
      <pubDate>Sun, 12 Jul 2009 13:04:14 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:02d28105-cacf-4f22-9918-89d3664d482b</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-114</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by MSP</title>
      <description>&lt;p&gt;@Curious. Thanks for your reply, but you seem to have misunderstood my questions. I want to upgrade an Ubuntu 9.04 system from its default Firefox 3.0.11 to Firefox 3.5. I don't want to use anything called "Shireteko" (unless that is an obscure way of referring to Firefox 3.5). Also I don't think I ever accused windows of having an "update all installed software" button. Isn't that the same thing as reinstalling the OS? Excuse my ignorance, I've only been using computers since 1967:-).&lt;/p&gt;

&lt;p&gt;I'm getting my Mum, who's getting on a bit, to use Ubuntu because I've been impressed by its GUI and feel she will have less trouble with a system which is less prone to security problems than her old windows xp. So I'm really looking for a "non-terminal" solution to this problem so that I can teach her how to do it in case I am not around next time it needs doing. I gave up using command line interfaces in the 1980s (PERQs then Macs) unless I'm forced to.&lt;/p&gt;

&lt;p&gt;To be clear, I'm looking for an equivalent to what happens when you upgrade Firefox under windows, i.e. You are either prompted that a new version is available and click a button to indicate that you wish to install it, or you click &#8220;Tools/Check For Updates&#8221; and then indicate that you wish to install it if one is available. In either case, the end result is that the new version replaces the old version and automatically becomes your default browser, assuming the old version was your default browser. I definitely do not want the old and the new version to "coexist". For preference, I would prefer not to have to explain to my Mum what a "symlink" is (always assuming I knew myself), or to explain to her about permissions.&lt;/p&gt;

&lt;p&gt;After all, don't Ubuntu's goals "include providing an up-to-date, stable operating system for the average user, with a strong focus on usability and ease-of-installation". Terminal commands have no place in that and, in my opinion, detract from what seems to be a great OS. However, it does lack an animated bumble bee buzzing around the screen when it's compiling like it used to under POS on the PERQ:-).&lt;/p&gt;</description>
      <pubDate>Sun, 12 Jul 2009 13:04:51 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:9de89ed5-5a9e-400a-a301-abc70c9c6313</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-115</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by curious</title>
      <description>&lt;p&gt;@MSP&lt;/p&gt;

&lt;p&gt;I feel like I indeed understood your question... You asked why update is disabled inside Firefox, and I provided you with an explanation. Than I pointed you to the passage in the very article you are commenting on, where it is explained how to make firefox 3.5 the default browser. How am I supposed to know you were looking for a way which  avoids the command line? &lt;/p&gt;

&lt;blockquote&gt;Also I don't think I ever accused windows of having an "update all installed software" button.&lt;/blockquote&gt;

&lt;p&gt;Neither was I implying you did. I meant it as an example why package management (apt, synaptics) is "convenient" (as in "you can't update from inside firefox, but on the other side you can update the whole system with one click"). No offense.&lt;/p&gt;

&lt;blockquote&gt;I don't want to use anything called "Shireteko" (unless that is an obscure way of referring to Firefox 3.5)&lt;/blockquote&gt;

&lt;p&gt;Shireteko, with a blue icon, is what you will get at the moment if you install from universe. This is  unbranded Firefox 3.5 final. I did not chose this name, Firefox developers did.&lt;/p&gt;

&lt;blockquote&gt;To be clear, I'm looking for an equivalent to what happens when you upgrade Firefox under windows, i.e. You are either prompted that a new version is available and click a button to indicate that you wish to install it, or you click &#8220;Tools/Check For Updates&#8221; and then indicate that you wish to install it if one is available. In either case, the end result is that the new version replaces the old version and automatically becomes your default browser, assuming the old version was your default browser. I definitely do not want the old and the new version to "coexist".&lt;/blockquote&gt;

&lt;p&gt;You have two options:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Wait until the official Firefox 3.0 package gets an update. I currently do not know when this will happen, and if it will happen for the current release at all.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Run Firefox with root privileges once. You should be able to update from inside firefox than. I would not recommend this, as I am not sure if things could break. Officially, firefox is not supposed to run as root.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;blockquote&gt;After all, don't Ubuntu's goals "include providing an up-to-date, stable operating system for the average user, with a strong focus on usability and ease-of-installation". Terminal commands have no place in that and, in my opinion, detract from what seems to be a great OS.&lt;/blockquote&gt;

&lt;p&gt;This is your personal opinion. However, I do not see any point in discussing Ubuntu's goals or how they organize stuff here, since I am just a user like you. Complain to them, if you want. I just tried to provide you with an answer to your questions.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://ubuntuforums.org/showthread.php?t=1193567" rel="nofollow"&gt;Here&lt;/a&gt; is an overview about the various options you have to install Firefox 3.5, if you're still interested (under "Installing Other Versions").&lt;/p&gt;</description>
      <pubDate>Sun, 12 Jul 2009 16:03:31 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:c97b2208-5b00-4616-b2e6-00f74186f357</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-116</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by curious</title>
      <description>&lt;p&gt;P.S.: As it seems, Firefox 3.5 will only become the default browser with the release of Ubuntu 9.10, scheduled for October 09. You will be able to upgrade through the Update Manager than.&lt;/p&gt;</description>
      <pubDate>Sun, 12 Jul 2009 16:39:52 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:9a0ce0f9-294b-4231-8a6b-162d8d1a139c</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-117</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by curious</title>
      <description>&lt;p&gt;sorry for triple posting (and for confusing than with then all the time - not my mother tongue):&lt;/p&gt;

&lt;p&gt;You might want to have a look at &lt;a href="http://ubuntuzilla.wiki.sourceforge.net/" rel="nofollow"&gt;Ubuntuzilla&lt;/a&gt;. It seems to do what you are looking for, but circumvents the package manager. You will still have two Firefox version coexist (3.0 from Ubuntu, and 3.5 from Mozilla), but they should do so peacefully. &lt;/p&gt;</description>
      <pubDate>Sun, 12 Jul 2009 16:55:06 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:5a72e0bc-85dd-4ed5-9746-3c1be0779ec6</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-118</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by MSP</title>
      <description>&lt;p&gt;@Curious. Thank you again for your input.&lt;/p&gt;

&lt;p&gt;Basically, you are saying that, in your personal opinion, what I want is not yet possible without changing the way Firefox is normally used.&lt;/p&gt;

&lt;p&gt;"This is your personal opinion. However, I do not see any point in discussing Ubuntu's goals or how they organize stuff here, since I am just a user like you. Complain to them, if you want."&lt;/p&gt;

&lt;p&gt;Actually, it's not my opinion. The quote is from Wikipedia and is a reasonable summary of the Ubuntu philosophy as stated on its website. Far from complaining, I was simply reminding people who answer questions in terms of terminal commands that this is not in keeping with Ubuntu's stated philosophy and is not as helpful as it could be to ordinary users (like my Mum!). &lt;/p&gt;

&lt;p&gt;However, I have now found another forum which seems to be lees "terminally" inclined so I will not need to trouble you here any more.&lt;/p&gt;

&lt;p&gt;Thank you again for your time.&lt;/p&gt;</description>
      <pubDate>Mon, 13 Jul 2009 12:20:32 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:ca2a6d24-4c98-4537-adf3-cc203f760b73</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-119</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by curious</title>
      <description>&lt;p&gt;no trouble caused. If you find an easier solution, please post back here to let people know.&lt;/p&gt;</description>
      <pubDate>Tue, 14 Jul 2009 05:44:36 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:0741d1e7-2a87-4523-b888-4ef9571c2a49</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-120</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by MahoganyRapture</title>
      <description>&lt;p&gt;&lt;a href="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0.11/win32/en-GB/Firefox%20Setup%203.0.11.exe" rel="nofollow"&gt;http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0.11/win32/en-GB/Firefox%20Setup%203.0.11.exe&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;go here and downgrade back to 3.0.  you don't need to uninstall 3.5 it will do it by itself, i did and now all is happy in my surfing world.&lt;/p&gt;</description>
      <pubDate>Tue, 14 Jul 2009 21:11:20 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:54869371-dd56-474d-a736-bd97a8c6ffc7</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-123</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by ...</title>
      <description>&lt;p&gt;@MahoganyRapture: I think you missed the point of this ENTIRE THREAD. We're talking about the Linux version, and also upgrading, not downgrading.&lt;/p&gt;</description>
      <pubDate>Sun, 16 Aug 2009 22:04:53 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:f803c397-1848-448f-8de0-b975cf3146ca</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-131</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by Dave</title>
      <description>&lt;p&gt;I could not get FF 3.5 to work correctly in Ubuntu Jaunty (&lt;a href="http://ubuntuforums.org/showthread.php?t=1238437" rel="nofollow"&gt;http://ubuntuforums.org/showthread.php?t=1238437&lt;/a&gt;), so I ended up trying Swiftweasel and I love it. It is faster and it works.
&lt;a href="http://sourceforge.net/projects/swiftweasel/files/" rel="nofollow"&gt;http://sourceforge.net/projects/swiftweasel/files/&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 22 Aug 2009 20:23:59 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:a9068962-eaf4-4742-8115-a414740a855f</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-132</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by clint</title>
      <description>&lt;p&gt;I was wondering how I can install other language versions of 3.5 as the above using mozilla repos&lt;/p&gt;</description>
      <pubDate>Fri, 04 Sep 2009 16:02:59 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:3b76a567-5916-4dff-84dc-17b4d8b9a7cd</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-157</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by benke@brimberg.se</title>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I'm pretty new to ubuntu and linux. I want to know more about this,&lt;/p&gt;

&lt;p&gt;You can add to your system a repository maintained by the mozilla developers.
Add the following line at the bottom of /etc/apt/sources.list:
deb &lt;a href="http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu" rel="nofollow"&gt;http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu&lt;/a&gt; jaunty main&lt;/p&gt;

&lt;p&gt;Exactly what do I do, and how am I doing this in the terminal? Or do I do it somewhere else ?
Eager to understand.
regards,
Benke&lt;/p&gt;</description>
      <pubDate>Mon, 12 Oct 2009 22:49:45 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:c992ac52-0d22-430d-bb63-26e27ab10aa5</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-168</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by bikethetam</title>
      <description>&lt;p&gt;You have to use a text editor like gedit (type "sudo gedit /etc/apt/sources.list"), copy "deb &lt;a href="http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu" rel="nofollow"&gt;http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu&lt;/a&gt; jaunty main" to the end of the file and save.&lt;/p&gt;</description>
      <pubDate>Tue, 13 Oct 2009 08:37:27 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:f5f4aaee-4c57-46ec-a2d2-1915e6bb7b9d</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-169</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by Johnny T.</title>
      <description>&lt;p&gt;Dude this was VERY helpful! &lt;/p&gt;

&lt;p&gt;Thanks alot!&lt;/p&gt;</description>
      <pubDate>Tue, 13 Oct 2009 11:47:11 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:7f6c7251-295f-4240-bc31-869a9c9df7bf</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-170</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by yadhie</title>
      <description>&lt;p&gt;thanks... 
this post really usefull for me who first time to use linux ubuntu...
it really works now..
thanks&lt;/p&gt;</description>
      <pubDate>Wed, 14 Oct 2009 09:07:13 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:e475f38a-39a5-4792-bbbc-88c10c95368c</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-171</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by marius</title>
      <description>&lt;p&gt;why the browser call shiretoko and not firefox?&lt;/p&gt;</description>
      <pubDate>Fri, 23 Oct 2009 06:42:57 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:50f35849-5bf6-4afd-9636-3bb9362dc3e1</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-174</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by Something quite strange happened</title>
      <description>&lt;p&gt;I followed the instructions given in this post, but at the end of it all, when I start firefox, I get a message box pop-up saying:&lt;/p&gt;

&lt;p&gt;ASSERT: &lt;em&gt;*&lt;/em&gt; Search: _installLocation: engine has no file!
Stack Trace: 
0:ENSURE&lt;em&gt;WARN(false,&lt;/em&gt;installLocation: engine has no file!,2147500037)
1:()
2:()
3:()
4:epsGetAttr([object Object],hidden)
5:()
6:()
7:currentEngine()
8:get_currentEngine()
9:updateDisplay()
10:init()
11:([object XULElement],11)&lt;/p&gt;

&lt;p&gt;I am not an absolute noob in linux, but this is beyond me. Any help will be thoroughly appreciated.&lt;/p&gt;</description>
      <pubDate>Fri, 23 Oct 2009 14:52:12 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:80ed28f3-b6fd-4eb0-b3ac-70d72db3df07</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-176</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by Ritwik Banerjee</title>
      <description>&lt;p&gt;Ok .... the previous msg titles "something quite strange happened" was by me .... left the subject there instead of my name. sorry 'bout that. anyway, figured out what happened. actually, shiretoko figured out the problem .... the xul related packages needed to be ignored/updated, that's all. thanks for this post ... helped me a lot. :)&lt;/p&gt;</description>
      <pubDate>Fri, 23 Oct 2009 15:12:46 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:e7a7c4bd-050c-46cf-8177-fa29caa78d0b</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-177</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by stlouisubntu</title>
      <description>&lt;p&gt;Friend, &lt;/p&gt;

&lt;p&gt;You were so great in identifying and sharing these PPAs for Firefox-3.5 and I was hoping that you would also be so kind and helpful in regard to the newly released FINAL SeaMonkey-2.0 package for ubuntu (hardy, please.)  In my own web searching, I was only able to find ones with SeaMonkey-2.0 Betas from May 2009 or so.&lt;/p&gt;

&lt;p&gt;Any help?&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;</description>
      <pubDate>Wed, 28 Oct 2009 20:59:49 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:672f1de5-566e-4255-bd98-7163dabcdb61</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-190</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by John</title>
      <description>&lt;p&gt;How do u uninstall it and get the default firefox back&lt;/p&gt;</description>
      <pubDate>Tue, 19 Jan 2010 14:38:41 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:40f4d6e8-dfeb-488f-98bf-7dcec9929f84</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-255</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by tmcn52@gmail.com</title>
      <description>&lt;p&gt;Thanks for the info. I love Firefox 3.5. Been using it on Windows XP. Now I have it on Ubuntu 9.04.&lt;/p&gt;</description>
      <pubDate>Wed, 27 Jan 2010 23:53:54 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:3d0f1f0c-8567-4ea7-8120-86666df40a56</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-260</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by Exchange</title>
      <description>&lt;p&gt;Upon your request, i completely removed firefox build, and tried everything from scratch and it all went just fine. And now i have the latest firefox 3.5.3 in my ubuntu jaunty. May be you should try one more time and make sure if it is not something related to the server error.&lt;/p&gt;</description>
      <pubDate>Tue, 28 Sep 2010 01:20:32 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:26698c1b-b990-4154-9e73-9d7401629855</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-358</link>
    </item>
    <item>
      <title>Comment on Installing Firefox 3.5 the right way in Ubuntu Jaunty by Events in Pittsburgh</title>
      <description>&lt;p&gt;Upon your request, i completely removed firefox build, and tried everything from scratch and it all went just fine. And now i have the latest firefox 3.5.3 in my ubuntu jaunty. May be you should try one more time and make sure if it is not something related to the server error.&lt;/p&gt;</description>
      <pubDate>Mon, 07 Feb 2011 02:49:24 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:8eeb4b48-5892-4ad0-aba7-192981df4ed3</guid>
      <link>http://www.ubuntusolutions.org/2009/07/installing-firefox-3-5-the-right-way-on-ubuntu-jaunty.html#comment-483</link>
    </item>
  </channel>
</rss>

