.TGZ 파일 확장자
Gzipped Tar File
| 개발사 | 해당 없음 |
| 인기도 |
3.3 | 105 투표 |
TGZ 파일이란 무엇인가요?
A TGZ file is a Unix .TAR archive compressed with Gnu Zip (.GZIP) compression to reduce the file size. It is commonly used on Unix and Linux systems and was originally created as the shorthand version of the compound extension .TAR.GZ.
추가 정보
To decompress a TGZ file and extract the archived files in one step at the Unix command line, type this command:
tar -xzvf filename.tgz
This command decompresses the Gzip file and then extracts the files from the TAR archive.
참고: TGZ files are used as install packages for some Linux distributions. Therefore, the ".tar.gz" extension is sometimes used for archives while the ".tgz" extension is used for installers.
TGZ 파일을 여는 프로그램
Windows
무료 체험판
무료 체험판
무료
Mac
Linux
tar
gunzip
pkgtool
Android