Precompiled Binaries

Installing Binaries

You just need to unzip or untar the installation file and include the path in .bashrc file (BASHRC Configuration). 

tar xzf <installation-file>.tar.gz # for .tar.gz or .tgz file

tar xvf <installation-file>.tar    # for .tar file

tar jxvf <installation-file>.tar.bz2 # for .tar.bz2 file

unzip <installation-file>.zip # for .zip file

There are cases when bin directory may not have executable permission. In that case, issue the following command:

chmod -R 755 <path-to-bin-dir>/bin