TAR.GZ는 TAR로 파일을 묶은 뒤 Gzip 알고리즘을 사용해 압축한 파일입니다. 리눅스 환경에서 소스 코드 배포나 패키지 설치 시 가장 흔하게 볼 수 있는 형식입니다.
TAR.GZ is a file format created by bundling files with TAR and then compressing them with the Gzip algorithm. It is the most common format for source code distribution and package installation in Linux environments.