TAR.XZ (TXZ)到TAR转换器

在线免费转换您的tar.xz文件为tar文件

放置文件在这里. 1 GB 最大文件大小 或者 注册
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

如何转换TAR.XZ到TAR

1

从计算机,Google Drive,Dropbox,URL或在页面上拖拽选择文件.

2

选择tar或任何其他你需要的格式作为结果(支持超过200种格式)

3

让文件进行转换随后你可以下载你的tar文件

关于格式

TAR.XZ is a compound archive format combining TAR) archiving with XZ compression, developed by the Tukaani Project and led by Lasse Collin since 2009. The TAR layer bundles files preserving Unix metadata, and XZ applies LZMA2 compression within a robust container featuring CRC-32 and CRC-64 integrity checks, padding support for media storage, and a stream/block structure enabling parallel decompression. LZMA2 improves on LZMA with better handling of incompressible data and multi-threaded compression support. TAR.XZ has become the preferred distribution format for many open-source projects — the Linux kernel, GNU core utilities, and numerous other packages ship their source tarballs as .tar.xz files. One advantage is the best compression-to-decompression-speed ratio among widely supported formats — XZ achieves compression ratios comparable to 7Z while decompressing faster than bzip2, an ideal combination for software distribution. The built-in integrity verification is another strength: unlike raw LZMA streams, the XZ container includes checksums that detect corruption before data reaches the application layer. GNU tar supports TAR.XZ natively via the -J flag, and xz-utils are packaged in every major Linux distribution. The format has effectively replaced TAR.GZ and TAR.BZ2 as the default for source code distribution in the open-source ecosystem.
首次发布: 2009
TAR(Tape Archive,磁带归档)是源自 1979 年 1 月 AT&T 贝尔实验室 Version 7 Unix) 的归档格式,最初设计用于将文件备份写入磁带驱动器。与 ZIP 或 RAR 不同,TAR 是纯粹的归档格式,将多个文件串联成单个数据流而不进行压缩 — 每个文件前有一个 512 字节的头部块,包含文件名、权限、所有者、大小、修改时间和校验和,之后是填充至 512 字节边界的文件数据。该格式经过多次标准化演进:原始 V7 格式、POSIX.1-1988 ustar 格式(扩展路径长度并增加更多文件类型支持)以及 POSIX.1-2001 pax 格式(支持扩展属性、任意长度路径和大文件)。TAR 几乎总是与压缩工具配合使用 — gzip(.tar.gz/.tgz)、bzip2(.tar.bz2/.tbz2)、xz(.tar.xz)或其他工具 — 形成双层结构,压缩作用于整个数据流以获得最大效率。TAR 的一大优势是卓越的 Unix 元数据保真度 — 与大多数竞争格式相比,TAR 能更精确地保留权限、所有者、符号链接、硬链接、设备文件和扩展属性。通用可用性是另一核心优势:tar 是 POSIX 规范要求的工具,存在于每个类 Unix 系统上,Windows 和 macOS 上的工具也能原生处理 TAR 文件。TAR 至今仍是源代码分发、Linux 文件系统映像、容器层和系统备份的标准格式。
开发者: AT&T / Unix
首次发布: 一月 1979

TAR.XZ到TAR质量评级

5.0 (5票)
您需要转换并下载至少1个文件才能提供反馈!