我试图用7z和lzma解压缩“ * .xz”文件。但是他们给了我这样的信息:
$ 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
和lzma
$ lzma -d myfile.fq.xz
J_12.fq.xz: unknown suffix -- unchanged
与其他选择:
$ lzma -S .xz -d myfile.fq.xz
lzma: SetDecoderProperties() error
@Ignacio:对不起,我不明白你的意思。
—
neversaint 2010年
@Ignacio:它给了我这个:“ $ file myfile.fq.xz-> myfile.fq.xz:data”
—
neversaint 2010年
对于(不情愿的)Windows用户,git-bash shell包含unxz.exe
—
CrazyPyro,
file
说...?