lzma 25.00+dfsg-ok1 source package in openKylin
Changelog
lzma (25.00+dfsg-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Thu, 04 Jun 2026 14:26:02 +0800
lzma (25.00+dfsg-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Thu, 04 Jun 2026 14:26:02 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | utils |
| File | Size | SHA-256 Checksum |
|---|---|---|
| lzma_25.00+dfsg.orig.tar.gz | 1018.6 KiB | f6bc0850faf741e7668d1463ec3f3c5a454db329ff5324b98a9c232c056c0184 |
| lzma_25.00+dfsg-ok1.debian.tar.xz | 14.3 KiB | 19162b69ee70ec5033e9a35245fc7f0f62950960d5e14babda742dd7f339bc38 |
| lzma_25.00+dfsg-ok1.dsc | 1.7 KiB | c68b07c6fdd58ed03d2aaf733246e183b480a41703dbe33f84f70a556e3db14d |
The Lempel-Ziv-Markov chain Algorithm is a compression method based on
the famous LZ77 algorithm, and was first introduced by 7-Zip for use in
7z archives.
.
Its main characteristics are a very high compression ratio, with high RAM
usage, and fast decompression, with low RAM usage. These properties make
it well suited to embedded uses, such as for ROM (firmware) compression.
.
This package provides the lzma command line utility, which has a
familiar gzip-like interface.
The Lempel-Ziv-Markov chain Algorithm is a compression method based on
the famous LZ77 algorithm, and was first introduced by 7-Zip for use in
7z archives.
.
Its main characteristics are a very high compression ratio, with high RAM
usage, and fast decompression, with low RAM usage. These properties make
it well suited to embedded uses, such as for ROM (firmware) compression.
.
This package provides only the old lzma_alone compression utility, which
has an interface more like that of zip.