Skip to content

Support for Zstandard compressed files/archives

Felix Riemann requested to merge friemann/file-roller:zstd-support into master

Support for Zstandard compressed tar archives has been picked up for tar 1.31, so file-roller should probably be prepared for such files starting to appear sooner or later.

Note that it won't work for zstd files created using a pregenerated dictionary as it would require the dictionary as a sidecar file (it seems to be unsupported by libarchive as well).

Merge request reports