How should I go about getting Firefox 3.5.2 installed on Jaunty, are there any semi-official places I can pull a deb from?

link|improve this question

80% accept rate
feedback

4 Answers

up vote 10 down vote accepted

Go to the Ubuntu documentation FirefoxNewVersion page.

When a new version of Firefox comes out, there is some delay until it can be downloaded and run. This page will explain how to install Firefox as soon as possible.

Follow the Instructions for the impatient that give
Jaunty and Karmic installation instructions for firefox 3.5.

Low difficulty, high safety: these packages are maintained and fully tested by the Ubuntu Project

link|improve this answer
yeah sudo apt-get firefox-3.5 seems to do the trick – Sam Saffron Jul 16 '09 at 7:56
1  
You can also change /usr/bin/firefox to link to firefox-3.5 instead of firefox-3.0 by doing "sudo rm /usr/bin/firefox; sudo ln -s /usr/bin/firefox-3.5 /usr/bin/firefox", though updates to the firefox-3.0 package tend to undo the link. – Joe Holloway Aug 27 '09 at 13:33
feedback
sudo apt-get install firefox-3.5
link|improve this answer
It's 3.5 RC2, not 3.5.1 in the repos. – Macha Jul 29 '09 at 13:22
this post is also old and he asked for 3.5 – John T Jul 29 '09 at 15:43
updated the version to 3.5.2 on the question so it remains relevant .. – Sam Saffron Aug 27 '09 at 12:32
feedback

Firefox 3.5 codenamed "Shiretoko" is available on Ubuntu right now. It's unbranded and not final yet, but works ok for me.

The package name is "firefox-3.5", but it will install alongside firefox 3.0, not upgrade it.

link|improve this answer
feedback

http://lazyubuntu.com/how-to-install-google-chrome-dev-build-on-ubuntu-904-jaunty-jackalope.html

link|improve this answer
Oh, wrong post. But you can install 3.5.2 stright from the repositories, it is in Universe. Just follow John T's advice and persorm sudo apt-get install firefox-3.5 – user7963 Aug 27 '09 at 13:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.