|
Any app that you need to install will (most likely) have documentation in the tar.gz file itself. Do,
tar zxvf filename
This would create a directory. go into the directory and there might be a README and/or a INSTALL file, which would have the details on installing.
|