cli-tarHow do I install a tar.gz file on a Unix system?
tar -xzvf file.tar.gz- This command will extract the contents of the tar.gz file into the current directory.
cd file- This command will move into the newly created directory.
./configure- This command will configure the installation.
make- This command will compile the source code.
make install- This command will install the software into the system.
Links:
More of Cli Tar
- How do I use the command line to tar and zip files?
- How do I use the Unix tar zip command?
- How can I use tar commands to zip a file?
- How do I use the command line to tar and distribute files?
- How do I use the command line to create a tar file?
- How do I use the tar command to compress files with gzip?
- How do tar gzip and zip differ in terms of file compression?
- How do I use the tar command line in Windows 10?
- How do I choose between gzip and tar for compressing a file?
- How can I use the CLI tar yarn command to compress files?
See more codes...