In linux tar.gz files are compressed files.To install consider the following procedure
1. Go to the destination of the tar.gz file
2. Give command tar -xvf.tar.gz
This will extract the files to directory
1. Go to the destination of the tar.gz file
2. Give command tar -xvf
This will extract the files to directory
Comments
Post a Comment