[ 原始碼: xz-utils ]
套件:xz-utils(5.4.1-0.2)
xz-utils 的相關連結
Debian 的資源:
下載原始碼套件 xz-utils:
- [xz-utils_5.4.1-0.2.dsc]
- [xz-utils_5.4.1.orig.tar.xz]
- [xz-utils_5.4.1.orig.tar.xz.asc]
- [xz-utils_5.4.1-0.2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [tukaani.org]
相似套件:
XZ-format compression utilities
XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful compression (often better than bzip2) and fast, easy decompression.
This package provides the command line tools for working with XZ compression, including xz, unxz, xzcat, xzgrep, and so on. They can also handle the older LZMA format, and if invoked via appropriate symlinks will emulate the behavior of the commands in the lzma package.
The XZ format is similar to the older LZMA format but includes some improvements for general use:
* 'file' magic for detecting XZ files; * crc64 data integrity check; * limited random-access reading support; * improved support for multithreading (not used in xz-utils); * support for flushing the encoder.
其他與 xz-utils 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: liblzma5 (>= 5.4.0)
- XZ-format compression library