今天在linux下 用tar -zxvf openfire_4_0_2.tar.gz
然后就报这个错。
gzip: stdin: not in gzip format
tar: Child returned status 1tar: Error is not recoverable: exiting now
一开始我以为是压缩包坏的,去下其他的。下下来也是一样。然后仔细看了一下,原来这个压缩包没有用gzip格式压缩 所以解压的时候也不用加上z 。直接tar -xf 就可以了。
本文共 241 字,大约阅读时间需要 1 分钟。
今天在linux下 用tar -zxvf openfire_4_0_2.tar.gz
然后就报这个错。
gzip: stdin: not in gzip format
tar: Child returned status 1tar: Error is not recoverable: exiting now
一开始我以为是压缩包坏的,去下其他的。下下来也是一样。然后仔细看了一下,原来这个压缩包没有用gzip格式压缩 所以解压的时候也不用加上z 。直接tar -xf 就可以了。
转载地址:http://lfutx.baihongyu.com/