Be warned! This is DAILY mozila repository.
Edit your sources.list and add the repository :
$sudo gedit /etc/apt/sources.listAnd add one of them which matches with your Ubuntu you are using :
For Ubuntu Karmic Koala :
deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu karmic mainFor Ubuntu Jaunty :
deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty mainFor Ubuntu Intrepid :
deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu intrepid mainFor Ubuntu Hardy :
deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu hardy main
deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu hardy mainUse the script here to add the public key.
Then update your index :
$sudo apt-get updateInstall Firefox 3.5 (you can install 3.6 or abrowser instead of firefox, that is your choice) :
$sudo apt-get install firefox-3.5 firefox-3.5-gnome-supportYou can now run firefox-3.5 with firefox-3.5 command or Applications > Internet > Shiretoko Web Browser.If you like it and do not want to use your old 3.0.x firefox, you can link firefox-3.5 to firefox ;)


8 comments:
Thanks for sharing this tutorial. I agree that FF3.0 is slow on Ubuntu. FF3.5 works much better, only flaw that I found is that firebug is not supported yet. So, I will have to keep FF3.0 too, for now.
Milan, alpha version of Firebug 1.4 works for Firefox 3.5.
Thanks Denis, you were right. Although the official addons site did not allow me to download compatible version, I found the working version here: http://getfirebug.com/releases/firebug/1.4/
This is simple and fantastic.
Great tutorial. Thanks!
Is there any way to disable the sounds when there is a firefox pop-up window? It gets on my nerves.
$ gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys EF4186FE247510BE
$ gpg --export --armor EF4186FE247510BE >key.asc
$ cat key.asc | sudo apt-key add -
Hey it breaks 3.0 and 3.5 is broken too here on Hardy amd64. Had to remove the repo :(
I wrote this howto on Jaunty and firefox 3.0 and 3.5 were working perfect together. However i have no idea about Hardy. Thanks for the clarification muranyia!
Post a Comment