csf.tgz package (and others) double compressed
Posted: 20 Oct 2018, 23:14
Just to let you know, all the free script .tgz packages are double compressed. So they're not gz->tar, but gz->gz->tar.
This applies to csf, cmc, cmm, cmq and cse.
This might fail to extract, for example when using a multithread program with tar:
It was spotted here: https://github.com/aonez/Keka/issues/311
This applies to csf, cmc, cmm, cmq and cse.
This might fail to extract, for example when using a multithread program with tar:
Code: Select all
bsdtar --use-compress-program "pigz -d" -xf csf.tgz