当我跑步时:
tar -zxvf john-1.7.0.2.tar.gz我明白了:
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now它应该开始拆包了。
有些人告诉我不要使用z,但我也得到了同样的错误。
这是我以这种方式下载的文件:
wget http://openwall.com/john/f/john-1.7.0.2.tar.gz发布于 2020-03-06 20:01:20
这个问题实际上包含了我的案件的答案,这有点丢脸,我直到现在才注意到这一点。但我会把这张便条留给那些试图跳过部分课文的人。
您可能不需要-z选项
-z, --gzip
filter the archive through gzip所以我的实际提取命令是
tar -xvf bind-9.16.0.tar.xz拜托,如果这里不需要这些信息,请告诉我。
https://askubuntu.com/questions/877292
复制相似问题