Sobre os arquivos TGZ
Tarball Gzipado
Combinação de tar (arquivo) + gzip (compressão), padrão Unix para distribuição de software. Equivalente a "ZIP" para mundo Linux/macOS. Comum em downloads de software open-source.
Família
Archives & Compressed
Extensão
.tgz
Tipo MIME
application/gzip
Pode ser usado como
COMO NASCEU O
FORMATO TGZ.
TGZ is shorthand for .tar.gz — a tar archive that has been gzip-compressed. The tradition of renaming `.tar.gz` to `.tgz` dates from the 1990s when DOS and some mail servers struggled with filenames containing two dots. Unix purists write ".tar.gz"; pragmatists write ".tgz". Both files are byte-identical.
Every Linux distribution, every source code tarball, every release of pretty much any open-source project has shipped as .tar.gz or .tgz for 30+ years. It’s the default "here is a bundle of files, compressed" on every Unix-like system. Xz and zstd beat gzip on compression ratio, but the combined ubiquity of tar and gzip makes .tgz the defensive default when you don’t know what the receiver’s toolchain supports.
CURIOSIDADES E
FATOS INTERESSANTES.
.tgz is byte-identical to .tar.gz — the shorter extension dates from DOS's 8.3 filename era.
Almost every Linux kernel release since 1994 has been distributed as .tar.gz — 30+ years of continuous use.
The UNIX pipeline `tar cf - files | gzip > archive.tgz` is still the textbook way to make one.
GitHub's "download as tar.gz" link on every repo generates a .tgz on demand.
The extensions .tar.gz, .tgz, and sometimes .gz alone (for tar + gzip combined) are all accepted interchangeably by standard tools.
VANTAGENS E
LIMITAÇÕES.
Vantagens
- Universal Unix/Linux compatibility.
- Decades of tool and process maturity.
- Fast decompression (zlib).
- Streamable via pipes.
Limitações
- Compression ratio lags xz, zstd, brotli.
- No random access — must extract sequentially.
- Windows tooling less native than on Unix.
Tamanhos típicos de arquivo
Source code archive
15-30% of original
Linux kernel source (.tar.gz)
~200 MB
Especificações técnicas
- MIME type
- application/gzip
- Extensions
- .tgz, .tar.gz
- Container
- TAR (POSIX) + gzip (DEFLATE)
- Alternative
- .tar.xz (better ratio), .tar.zst (faster)
CONVERTER A PARTIR DE
TGZ
Casos de uso comuns
Linux software distribution
Formatos relacionados
Comparativos populares
TGZ vs ZIP
Diferenças, tamanho de arquivo e quando escolher cada formato.
TGZ vs TAR
Diferenças, tamanho de arquivo e quando escolher cada formato.
TGZ vs GZ
Diferenças, tamanho de arquivo e quando escolher cada formato.
TGZ vs BZ2
Diferenças, tamanho de arquivo e quando escolher cada formato.
TGZ vs XZ
Diferenças, tamanho de arquivo e quando escolher cada formato.
TGZ vs LZMA
Diferenças, tamanho de arquivo e quando escolher cada formato.
Conversões populares de TGZ
Os destinos mais procurados ao converter arquivos TGZ.
Perguntas frequentes sobre TGZ
Perguntas frequentes
TGZ (Tarball (gzipped)) is an archive formato used to bundle multiple arquivos e folders em a single comprimido file. The archive preserves the directory structure e tipicamente reduces total size via compressão. TGZ sits no archives & comprimido family e has specific strengths around compressão ratio, speed, ou plataforma support.
7-Zip, WinRAR, The Unarchiver (macOS), e the built-in archive utilities no Windows e macOS abrir most TGZ files. para command-line extraction, 7z, unar, ou the formato-specific tool handles TGZ cleanly. If your extractor does not recognise TGZ, converter to ZIP first — ZIP opens on every operating system sem extra software.
Upload the TGZ to KaijuConverter e pick ZIP, 7Z, TAR.GZ, ou RAR como o target. Our pipeline extracts the original archive e re-compresses the contents em the target formato. arquivo permissions, timestamps, e directory structure are preserved where both formatoos support them.
Depends no goal. ZIP is the universal baseline — every OS extracts it out of the box. formatoos like 7Z ou TAR.GZ compress better mas require specific ferramentas. TGZ may win on compressão ratio, password support, ou OS integration para specific workflows; ZIP wins on raw compatibilidade.