2

Possible Duplicate:
How to install a .tar.gz (or .tar.bz2) file?

I have downloaded firefox 14.0.1 as a tar.bz2 file. It is located in my downloads folder. Could you please tell me how can I install it?

Thanks in advance :)

1 Answers1

2

double click it and extract it using file-roller.

alternatively, in terminal:

bunzip2 firefox.tar.bz2
tar xf firefox.tar