套件:xzdec(5.2.5-2.1~deb11u1)
xzdec 的相關連結
Debian 的資源:
下載原始碼套件 xz-utils:
- [xz-utils_5.2.5-2.1~deb11u1.dsc]
- [xz-utils_5.2.5.orig.tar.xz]
- [xz-utils_5.2.5.orig.tar.xz.asc]
- [xz-utils_5.2.5-2.1~deb11u1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [tukaani.org]
相似套件:
XZ-format compression utilities - tiny decompressors
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 xzdec and lzmadec utilities, which write the decompressed version of a compressed file to standard output. The binaries are very small, so they can be easily stored on small media with some compressed files, and they are linked statically against liblzma so they can be used on machines without a compatible version of liblzma installed. However, they have:
* no compression support; * no support for writing to a file other than standard output; * no translated messages; * been optimized for size rather than speed.
For a full-featured xzcat command without these limitations, use the xz-utils package instead.
其他與 xzdec 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- sug: xz-utils
- XZ-format compression utilities