So recently I've read that Firefox 8.0 is out, thought of updating, opened the Update Manager, refreshed the sources, but there was no uodate. Is there a particular reason for that?
-
9Sorry, the question is appropriate in this case since we usually push Firefox out shortly after upstream release. In this case, there was an issue found upstream in 8.0 almost immediately after release. Since this was discovered before I could complete my acceptance testing for 8.0, I decided to wait for 8.0.1. Mozilla should be releasing 8.0.1 fairly soon and we will release shortly after them. – micahg Nov 15 '11 at 05:04
-
1Firefox 8.0.1 is now available via the Update Manager. – Lewis Goddard Nov 23 '11 at 08:50
3 Answers
Firefox 8 had some issues with language packs and has finally been pushed out via an update:
Micah Gersten, one of the maintainers of Firefox in the distro adds:
In this case, there was an issue found upstream in 8.0 almost immediately after release. Since this was discovered before I could complete my acceptance testing for 8.0, I decided to wait for 8.0.1. Mozilla should be releasing 8.0.1 fairly soon and we will release shortly after them.
Normally Firefox is kept up to date via the update manager (a delay like this is unusual):

- 71,754
actually, you can get the update through the separate repository... add this line into your terminal.
sudo add-apt-repository ppa:mozillateam/firefox-next
Then, run the update for the list
sudo apt-get update
Then, install // upgrade the firefox installation using this command..
sudo apt-get install firefox
Tadaaa, Firefox 8.0 is ready on your machine~
Usually, the Ubuntu main repo didn't update as fast as lightning for the firefox version, you need the external repository from the launchpad. I hope I'm solving the mystery~

- 71,754

- 91
-
6-1 ppa:mozillateam/firefox-next is beta not stable, and ppa:mozillateam/firefox-stable is for Lucid and Maverick only. – zpletan Nov 14 '11 at 16:35
-
I'm forgot to add those infos~ I'm assuming that the one who asked this question is running the Oneiric, he should use the firefox-next but if not, he just need to use the firefox-stable... thanks for adding the infos @zpletan – Aizan Fahri Nov 14 '11 at 16:54
-
Great answer :), @AizanFahri But I think the OP wants the pkg from 'main' :) – Marcos Roriz Junior Nov 14 '11 at 18:37
-
There is no need to add 'plenty PPAs', in fact, if you use Oneiric or Natty, no PPAs are needed. – mikewhatever Nov 14 '11 at 19:15