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 :)
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 :)
double click it and extract it using file-roller.
alternatively, in terminal:
bunzip2 firefox.tar.bz2
tar xf firefox.tar
/usr/downloads
your downloads folder? Why not something like/home/Sharma/Downloads
? – Jul 23 '12 at 17:14