在使用tar -zxvf解压缩tar.gz文件的时候,提示tar: This does not look like a tar archive,此时就需要使用下面的命令解压缩了。

gzip -d xxxx.tar.gz 

tar -xf xxxx.tar