HowTo: Install firefox-13.0.tar.bz2 in Linux

www.lautt‮moc.iru‬
HowTo: Install firefox-13.0.tar.bz2 in Linux

To install Firefox 13.0 from a .tar.bz2 file on a Linux system, follow these steps:

  1. Download the firefox-13.0.tar.bz2 file to your computer.

  2. Extract the contents of the .tar.bz2 file using the tar command:

tar xjf firefox-13.0.tar.bz2

This will extract the contents of the archive to a new directory called firefox.

  1. Change to the firefox directory:
cd firefox
  1. Run the install.sh script to install Firefox:
./install.sh

This will install Firefox to the /opt/firefox directory.

  1. To create a shortcut to the Firefox executable, you can create a symbolic link to it in the /usr/local/bin directory:
ln -s /opt/firefox/firefox /usr/local/bin/firefox
  1. To start Firefox, simply run the firefox command:
firefox
Created Time:2017-10-29 22:08:43  Author:lautturi