Ich habe versucht, eine "* .xz" -Datei mit 7z und lzma zu dekomprimieren . Aber sie gaben mir eine solche Nachricht:
$ 7z x myfile.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: myfile.fq.xz
Error: Can not open file as archive
$ 7z x myfile.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: myfile.fq.xz
Error: Can not open file as archive
und mit lzma
$ lzma -d myfile.fq.xz
J_12.fq.xz: unknown suffix -- unchanged
mit anderer Option:
$ lzma -S .xz -d myfile.fq.xz
lzma: SetDecoderProperties() error
file
sagt ...?