Buradasın
Installing Linux Programs from TGZ Files
wikihow.com/Install-a-Tgz-File-in-LinuxYapay zekadan makale özeti
- Preparation
- File Analysis
- README or INSTALL files contain installation instructions
- Use cat README to view entire file
- Edit files using nano or vim if needed
- Configure script prepares software for computer
- Installation Process
- Run configure script to create Makefile
- Install missing dependencies if needed
- Run make command to compile program
- Install program using sudo make install command