as the first thing you have to extract .tar.gz file because it is compressed archive similar .zip file. Use command tar:
tar -xzf file.tar.gzTo see which files are being extracting use option "v".
When the extracting is done, change directory:
cd extracted_directoryIt is recommended read the INSTALL/README files to know if you need additional dependencies.
Usual steps:
./configureIf your software does not have configure file, you can skip this step and continue typing:
makeCommand make will compile all the source files into executable binaries.
sudo make installMake install will install the binaries and dependencies files into the appropriate location.
Was this information helpful to you? You have the power to keep it alive.
Each donated € will be spent on running and expanding this page about UNIX Shell.
We prepared for you video course Marian's BASH Video Training: Mastering Unix Shell, if you would like to get much more information.
Thank you. Marian Knezek