Unzipping ".xz" file with 7z and lzma

Posted by neversaint on Stack Overflow See other posts from Stack Overflow or by neversaint
Published on 2010-05-27T07:27:28Z Indexed on 2010/05/27 7:31 UTC
Read the original article Hit count: 458

Filed under:
|
|
|
|

I tried to uncompressed a "*.xz" file with both 7z and lzma. But they gave me such message:

$ 7z x J_12.fq.xz 

7-Zip 4.57  Copyright (c) 1999-2007 Igor Pavlov  2007-12-06
p7zip Version 4.57 (locale=C,Utf16=off,HugeFiles=on,4 CPUs)

Processing archive: J_12.fq.xz

Error: Can not open file as archive

$ 7z x J_12.fq.xz 

7-Zip 4.57  Copyright (c) 1999-2007 Igor Pavlov  2007-12-06
p7zip Version 4.57 (locale=C,Utf16=off,HugeFiles=on,4 CPUs)

Processing archive: J_12.fq.xz

Error: Can not open file as archive

and with lzma

$ lzma -d J_12.fq.xz  
J_12.fq.xz:  unknown suffix -- unchanged

© Stack Overflow or respective owner

Related posts about linux

Related posts about unix