Possible Duplicate:
How do I install the latest stable version of Firefox?

I'm using Ubuntu 11.10. How can I update firefox? It's current version 7.

link|improve this question
feedback

closed as exact duplicate by Jorge Castro, hhlp, Oli Dec 14 '11 at 15:49

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

sudo apt-get update
sudo apt-get upgrade

Or just refresh update manager.

It's part of the normal release system (v8 is in both ubuntu-updates and ubuntu-security) so you should get it. If you're still not getting it, there's likely a problem with your updates in general.

Running sudo apt-get update manually in a terminal should display any errors.

link|improve this answer
feedback

Click the system/power cog and click "Software Up to Date" or "Updates Available" to bring up the Update Manager.

enter image description here

Click "Install Updates" enter image description here

link|improve this answer
feedback

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