rss
twitter
    Find out what I'm doing on Twitter

Daily Firefox 3.5 / 3.6 Repository For Ubuntu

15 minutes ago, firefox 3.0.x made me crazy.It is damn slow and uses too much cpu!(Other browsers like Midori is not for me because i have to check some websites with firefox)A couple of months ago i tested firefox 3.5(It was 3.1 when i was using it, and it is renamed to 3.5) and it was perfect, javascript engine was faster than Google Chrome.So i wanted to test it again.Before the installation, you may need to know a couple of things.We will install firefox 3.5 or 3.6 and it will keep your 3.0.x firefox installation.This means you can use both(not at the same time) or you can remove the old one.Also there will be 2 firefox packages at the repository which we will add soon to our sources.list : first one is normal branded firefox package which is called firefox-3.5 or 3.6, the other one is abrowser-3.5 or 3.6 which refers to unbranded build of firefox.Install the one you want.

Be warned! This is DAILY mozila repository.

Edit your sources.list and add the repository :

$sudo gedit /etc/apt/sources.list

And 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 main


For 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 main


For 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 main


For 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 main


Use the script here to add the public key.

Then update your index :

$sudo apt-get update

Install 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-support

You 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 ;)

11 comments:

Milan Dinic said...

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.

Denis said...

Milan, alpha version of Firebug 1.4 works for Firefox 3.5.

Milan Dinic said...

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/

Jordan Hall said...

This is simple and fantastic.
Great tutorial. Thanks!

Simon C. said...

Is there any way to disable the sounds when there is a firefox pop-up window? It gets on my nerves.

Antazy said...

$ gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys EF4186FE247510BE

$ gpg --export --armor EF4186FE247510BE >key.asc

$ cat key.asc | sudo apt-key add -

muranyia said...

Hey it breaks 3.0 and 3.5 is broken too here on Hardy amd64. Had to remove the repo :(

Binbash said...

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!

roby said...

When I added the repository and did 'sudo apt-get update', it gave an error at the bottom of the output:

W: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EF4186FE247510BE
W: You may want to run apt-get update to correct these problems

I'm using Ubuntu Studio 9.04 Jaunty. Anyone else had a similar problem?

roby said...

wait nevermind, Antazy already posted the solution:

$ gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys EF4186FE247510BE

$ gpg --export --armor EF4186FE247510BE >key.asc

$ cat key.asc | sudo apt-key add -

Fakeer said...

Do I have an option if I want to be updated with stable release from Mozilla, like right now they are offering 3.6 but Ubuntu repositories aren't?
Is karmic-backports or proposed repo my option?
I used ubuntu-mozilla-daily build repo and it renamed Firefox and Thunderbird to sth like Shiretoko, changed icons which I didn't like. It also de-linked firefox from other programs as default URL opener.

So, I want the latest stable Mozilla releases (and other packages also) in my Ubuntu OS through a repository but not daily builds.

Post a Comment