DEB到TAR.XZ (TXZ)转换器

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

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

如何转换DEB到TAR.XZ

1

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

2

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

3

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

关于格式

DEB 是 Debian 项目及其众多衍生发行版(包括 Ubuntu、Linux Mint 等基于 Debian 的 Linux 发行版)所使用的软件包格式。该格式于 1993 年 8 月随 Debian 项目创立而诞生,将编译后的软件二进制文件、配置文件、文档和安装脚本打包成结构化归档,用于自动化软件管理。DEB 文件实际上是一个 ar 归档,包含三个成员:debian-binary(记录格式版本的文本文件)、control.tar(包含包名、版本、依赖关系、维护者脚本等元数据)和 data.tar(实际要安装的文件,使用 gzip、xz 或 zstd 压缩)。dpkg 工具和更高级的包管理器(如 APT)负责处理 DEB 包的安装、依赖解析、升级和卸载。DEB 的一大优势是完善的依赖系统 — DEB 包声明精确的关系(depends、recommends、suggests、conflicts、replaces),使 APT 能够自动从软件源解析和安装整个依赖链。维护者脚本系统是另一项优势,允许包在安装前后及卸载时执行逻辑操作,例如创建系统用户、初始化数据库或注册服务。凭借 Debian 和 Ubuntu 在全球服务器、桌面和嵌入式 Linux 部署中的大量份额,DEB 与 RPM 并列为两大主流 Linux 包格式之一。
开发者: Debian Project
首次发布: 1993年8月16日
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

DEB到TAR.XZ质量评级

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