2013-10-30 Linux
In this article I will show you how to upgrade your Firefox to the newest possible version on Ubuntu and Linux Mint.
Close Firefox and open terminal and add new repository:
sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa
Update everything:
sudo apt-get update
Finally install Firefox. Changes will take effect without restarting OS.
sudo apt-get install firefox