I am currently running Ubuntu 7.04. I wanted to know how to update my Firefox. Right now I am using version 2.0.0.17 and I want to change it to 3.0.3. So how can I update my Firefox?
I downloaded the file from the site Mozilla.
Printable View
I am currently running Ubuntu 7.04. I wanted to know how to update my Firefox. Right now I am using version 2.0.0.17 and I want to change it to 3.0.3. So how can I update my Firefox?
I downloaded the file from the site Mozilla.
You open a terminal (ALT + F2 in gnome) and type gnome-terminal.
Navigate to get to where you downloaded the file so you should just make a "cd Desktop"
Then type jxvf nom.tar.gz2, enter the newly created folder and type /firefox
I opened a terminal but I do not know what to do after that. When I type gnome-terminal, it opens a new window. That's all.
And what do you mean by
Quote:
Navigate to get to where you downloaded the file so you should just make a "cd Desktop"
Do you know where you saved the installed file? If yes, write in the terminal following code:
cd Full_path_of_the_file
tar jxvf file_name.tar.gz2
it will give you a list of names
cd file_name_listed_above {e.g. cd firefox }
./firefox