Firefox 3.5 has been released several weeks ago, but some Ubuntu 9.04 users out there may still be using the older 3.0 version. They should not expect that they will get an automatic update since this latest Firefox release will not be officially included in Ubuntu until 9.10 "Karmic Koala". But no worries because it is very much possible to install Firefox 3.5 on Ubuntu 9.04, and in fact I'm using it right now.I will be showing you the two different and very easy ways on how to do this. However, you may ask: what will I get from upgrading to 3.5? Well, aside from the features that were highlighted on this post, I've noticed improvements in speed, user experience, and page rendering. Is the upgrade worth it? I refrained from writing this tutorial immediately after I've installed Firefox 3.5 because I wanted to know first if it will work well on Ubuntu 9.04. And since it has no major issues what so ever and it's running really great right now, I highly recommend that you should also upgrade.
I know you can't wait already, so let's get down to business...
Installing Firefox 3.5 on Ubuntu 9.04 using Ubuntuzilla:
Ubuntuzilla is a Python script that will let you easily install and update Mozilla applications that are not yet available on the Ubuntu repository.
1. Download your appropriate .deb package of Ubuntuzilla from HERE. Install it.
2. Close Firefox.
3. Open your Linux terminal and run this command:
ubuntuzilla.py -a install -p firefox
Ubuntuzilla will guide you through the installation process, and you should be able to install Firefox successfully.
4. You can now run Firefox 3.5 via "firefox" command, or simply click on Firefox from the “Applications Menu”.
Installing Firefox 3.5 on Ubuntu 9.04 with one command:
1. Back-up your Firefox 3.0.11 profile via Linux terminal with this command:
cp -r ~/.mozilla/firefox/ ~/firefox_backup
The “firefox_backup” file will be found inside your "/home" directory.
2. Proceed by installing Firefox 3.5 with this command:
wget -O - http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.5/linux-i686/en-US/firefox-3.5.tar.bz2 | tar xj -C ~
3. Firefox 3.5 is now saved in your "Home" folder. Before running Firefox 3.5, be sure to close the older version. You can start the latest version with this command:
~/firefox/firefox
You can also add Firefox 3.5 to your “Applications Menu” by navigating to:
System-->Preferences-->Main Menu

From the list of menus, select "Internet". You can now add a new item or simply replace the older version of Firefox. The command field should be:
/home/your_username/firefox/firefox

The first time you run Firefox 3.5, it will start updating your Extensions and will check for compatibility among other things. By now, a lot of popular extensions are updated to support version 3.5.
Enjoy!
Enjoy!
sudo aptitude install firefox-3.5
Doh!
apt-get install firefox-3.5
cd /usr/bin
rm firefox
ln -s firefox-3.5 firefox
sudo apt-get install firefox-3.5
The only thing is that it will appear as shiretoko, and firefox 3.0 will still be installed.
PS: the 3.5.1 takes care security issue found in 3.5.
Cheers,
fandi - LinuxD1
=====================
It you set your sources in Ubuntu to allow Proposed Updates then FF3.5 is available :)
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
Now:
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090716 Ubuntu/9.04 (jaunty) Shiretoko/3.5.1 - Build ID: 20090716174136
Remember to then turn proposed off :)
sudo aptitude install firefox-3.5
and start it by the name firefox-3.5
simple as that.
After all, 3.5 final is in the universe repositories.
It's in the universe repos.
how do you make FF3.5 your default browser and have links in kmail, TB, etc open FF 3.5?
so what is wrong? I was able to install 3.5 on my laptop a few days after 3.5 was released.