lzma-rs icon indicating copy to clipboard operation
lzma-rs copied to clipboard

.lz (lzip)

Open firasuke opened this issue 3 years ago • 2 comments

Is it possible to decompress .lz (lzip) files?

firasuke avatar Jan 25 '22 12:01 firasuke

I tried lzma-rs and I wasn't able to decompress an lzip file (.lz), even though the lzip format uses the LZMA algorithm.

Any thoughts on this?

firasuke avatar Apr 09 '22 21:04 firasuke

This is currently not implemented. However, this could be added as a wrapper on top of the raw LZMA algorithm, like the current xz module.

gendx avatar Sep 03 '22 14:09 gendx