I am new to Linux and using Ubuntu, trying to install firefox-4.0b1.tar.bz2 but don’t know how to install that from the command-line. How could I do so?
I am new to Linux and using Ubuntu, trying to install firefox-4.0b1.tar.bz2 but don’t
Share
Do this:
It will probably uncompress you a folder with an installer source code.
If it is an installer, proceed to run it and install firefox.
If it is source code, you will probably will be able to compile and install by doing:
Otherwise, follow a readme file or instructions you find after uncompress the BZIP2 file.