I want to install firefox 3.5 in ubuntu. Please help me.

link|improve this question
Belongs on SuperUser (and there it exists already: superuser.com/questions/4993/firefox-3-5-on-ubuntu-jaunty ) – Peter Smit Jul 20 '09 at 9:33
feedback

migrated from stackoverflow.com Jul 20 '09 at 9:34

This question came from our site for professional and enthusiast programmers.

4 Answers

Read this tutorial:

How to Download & Install Firefox 3.5 On Ubuntu Linux

Here is the link on Mozilla.org with downloads for all language and operating versions: http://www.mozilla.com/en-US/firefox/all.html

link|improve this answer
feedback

Same as Firefox 3.5 on Ubuntu Jaunty

link|improve this answer
feedback

I personally try to avoid to add too much lines in my sources.list, specially to get the latest version of a software, so, I suggest you to simply download the latest version of Firefox, extract it to an "Applications" folder in your home directory and just add an icon in your toolbar pointing to that program.

So, it won't mess up when you'll upgrade to next version of Ubuntu (remember, it's every 6 months), you will just have to delete that folder and then, use the Firefox from Ubuntu which will be 3.5.

link|improve this answer
feedback

Its there in the repos.

sudo aptitude install firefox3.5

Simple!

Adding directly from the repos is far better than trying any unnecessary hacks.

But if U want to constantly get updated that version of firefox to daily builds, U could add a few more repos to /etc/src

link|improve this answer
The repos contain RC2, not the final build. – Macha Jul 29 '09 at 13:21
feedback

Your Answer

 
or
required, but never shown