This is actually very simple, for there to add repositories, or download the file and unzip the Mozilla website.
Repositories that have Mozilla are included in Jaunty, and so far are fully compatible with the package to improve integration of Firefox in Ubuntu.
In a Terminal (Applications> Accessories> Terminal) installed version 3.5.
sudo apt-get install firefox-3.5
Both 3.0.11 and the latest may be in the same system and not generate any errors, preferences are shared by both. The only drawback that some users might find is that this version is in English. http://searcharge.blogspot.com/
If you want to always have the latest version of Firefox you can easily do this by adding the repository, to do so follow these easy steps:
1 .- Open a terminal and type
sudo gedit / etc / apt / sources.list
2 .- open your repository list, added to the end of all of the following:
http://ppa.launchpad.net/
3.- Guarda y cierra el editor
4 .- In the terminal we added the key to the repository
adv sudo apt-key - keyserver keyserver.ubuntu.com - recv-keys 247510BE
5 .- Finally installed Firefox 3.5
sudo apt-get update & & sudo apt-get install firefox-3.5
Note: If you had any previous version and type
sudo apt-get update & & sudo apt-get upgrade
Finally to launch the application you type in the terminal
http://searcharge.blogspot.com/


