.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
免费试用
免费试用
免费
Linux
tar
gunzip
pkgtool
Android